MCPcopy
hub / github.com/date-fns/date-fns / TZChange

Interface TZChange

pkgs/tz/src/tzScan/index.ts:16–23  ·  pkgs/tz/src/tzScan/index.ts::TZChange

Source from the content-addressed store, hash-verified

14 * Time zone change record.
15 */
16export interface TZChange {
17 /** Date time the change occurs */
18 date: Date;
19 /** Offset change in minutes */
20 change: number;
21 /** New UTC offset in minutes */
22 offset: number;
23}
24
25/**
26 * The function scans the time zone for changes in the given interval.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected