Feedback
Add robust TimeZone support
- Status
- Fixed
- Fixed in
- v26.6.3
- Source discussion
- https://forum.objo.dev/d/319-timezone-class
- Last updated
- 2026-06-11
Public summary
Add a public TimeZone class so ObjoBasic code can work explicitly with UTC, the current system timezone, named timezone identifiers, offsets, daylight saving rules, and conversions between zones. This addresses DateTime's current local-time assumptions while keeping DateTime itself a timezone-naive wall-clock value for compatibility.