UNPKG

@vvo/tzdb

Version:

Always up to date list of time zones, with grouping and major cities

5 lines (4 loc) 263 B
export { default as rawTimeZones } from "../raw-time-zones.json"; export { default as timeZonesNames } from "../time-zones-names.json"; export { default as getTimeZones } from "./getTimeZones.js"; export { default as abbreviations } from "../abbreviations.json";