Skip to main content

Module clock

Module clock 

Source

Modules§

native

Structs§

LocalParts
Calendar / wall-clock components in a specific timezone.
Tz
Validated IANA timezone identifier (e.g. "Asia/Seoul", "UTC").
ZonedDateTime
A UTC instant paired with the timezone it should be displayed in.

Enums§

TzParseError

Traits§

Clock
Wall-clock readouts. Single port for “what time is it?” across all surfaces.
Timer
Async scheduling primitive. Single port for “wait N ms” / “yield event-loop tick”.

Type Aliases§

ArcClock
Convenience aliases for the common injection shape.
ArcTimer