core.timeintro-to-datetime, Introduction to std.datetime, Introduction to std.datetime
Wikipedia entry on TZ Database
List of Time Zones
Phobos provides the following functionality for time:
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