Skip to main content

Variable: DEFAULT_CLOCK_START_AT

const DEFAULT_CLOCK_START_AT: number

Defined in: constants.ts:35

Game time a fresh game starts at: 2000-01-01, 09:00 UTC.

Remarks

Deliberately a fixed timestamp rather than Date.now(). A wall-clock default would make every test, replay, and screenshot depend on when it ran.