UNPKG

@blueprintjs/datetime

Version:

Components for interacting with dates and times

6 lines (5 loc) 199 B
/** * Gets the users current time zone, for example "Europe/Oslo". * This is currently backed by the browser or computer's locale setting. */ export declare function getCurrentTimezone(): string;