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

Interface TZChangeInterval

pkgs/tz/src/tzScan/index.ts:6–11  ·  pkgs/tz/src/tzScan/index.ts::TZChangeInterval

Source from the content-addressed store, hash-verified

4 * Time interval.
5 */
6export interface TZChangeInterval {
7 /** Start date. */
8 start: Date;
9 /** End date. */
10 end: Date;
11}
12
13/**
14 * Time zone change record.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected