Skip to main content

Module timezone

Module timezone 

Source

Structs§

FixedClock
Deterministic clock implementation: always returns the configured instant.
SystemClock
Default clock implementation: reads from the system clock.

Enums§

TimeZoneSpec
Timezone specification for date/time calculations Excel behavior: always uses local timezone This enum allows future extensions while maintaining Excel compatibility

Traits§

ClockProvider
Injectable clock provider for volatile date/time builtins.