UNPKG

@blueprintjs/datetime

Version:

Components for interacting with dates and times

6 lines (5 loc) 200 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 const getCurrentTimezone: () => string;