core.timeintro-to-datetime, Introduction to std.datetime, Introduction to std.datetime
ISO 8601
Wikipedia entry on TZ Database
List of Time Zones
Phobos provides the following functionality for time:
| Functionality | Symbols |
|---|---|
| Points in Time | Clock |
| Timezones | TimeZone |
| Intervals and Ranges of Time | Interval |
| Durations of Time | Duration |
| Time Measurement and Benchmarking | MonoTime |
This functionality is separated into the following modules:
std.datetime.date for points in time without timezones.std.datetime.timezone for classes which represent timezones.std.datetime.systime for a point in time with a timezone.std.datetime.interval for types which represent series of points in time.std.datetime.stopwatch for measuring time.core.timeintro-to-datetime, Introduction to std.datetime, Introduction to std.datetime
ISO 8601
Wikipedia entry on TZ Database
List of Time Zones