haystack.util.tzdata

Timezone realted data and code.

Members

Classes

HaystackTimeZone
class HaystackTimeZone

Implemenst the TimeZone interface by adding the accurate time zone info

Functions

getTimeZoneName
string getTimeZoneName(immutable(TimeZone) tz)
Undocumented in source. Be warned that the author may not have intended to support it.
timeZone
immutable(TimeZone) timeZone(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

getTimeZoneName
string getTimeZoneName(immutable(TimeZone) tz)
Undocumented in source. Be warned that the author may not have intended to support it.
timeZone
immutable(TimeZone) timeZone(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

hasTzData
bool hasTzData;
Undocumented in source.
shortNames
string[string] shortNames;
Undocumented in source.

Meta

Authors

Radu Racariu