UNPKG

@tubular/time

Version:

Date/time, IANA timezones, leap seconds, TAI/UTC conversions, calendar with settable Julian/Gregorian switchover

5 lines 192 B
export interface IZonePoller { getLatestVersion(url: string): Promise<string>; getTimezones(url: string): Promise<Record<string, string>>; } //# sourceMappingURL=i-zone-poller.d.ts.map