Skip to main contentModule clock
Source - native
- 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.
- TzParseError
- 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”.
- ArcClock
- Convenience aliases for the common injection shape.
- ArcTimer