UNPKG

200 BTypeScriptView Raw
1/**
2 * Gets the users current time zone, for example "Europe/Oslo".
3 * This is currently backed by the browser or computer's locale setting.
4 */
5export declare const getCurrentTimezone: () => string;