UNPKG

lodate

Version:
12 lines (11 loc) 222 B
/** * * Get the timezone string * * @returns {string} The timezone string * * @example * getTimezone(); // "Europe/Stockholm" */ export const getTimezone = () => Intl.DateTimeFormat().resolvedOptions().timeZone;