UNPKG

timezone-data

Version:

This is a list of time zones from release 2022b of the tz database.

12 lines (11 loc) 243 B
export interface TimeZone { tz: string; label?: string; offsetSTD: string; offsetDST?: string; tzNameSTD?: string; tzNameDST?: string; linkTo?: string; } declare const _default: TimeZone[]; export default _default;