HaystackTimeZone

Implemenst the TimeZone interface by adding the accurate time zone info

Constructors

this
this(string tzName, immutable(WindowsTimeZone) windowsTz)
Undocumented in source.

Members

Functions

dstInEffect
bool dstInEffect(long stdTime)
Undocumented in source. Be warned that the author may not have intended to support it.
hasDST
bool hasDST()
Undocumented in source. Be warned that the author may not have intended to support it.
tzToUTC
long tzToUTC(long adjTime)
Undocumented in source. Be warned that the author may not have intended to support it.
utcToTZ
long utcToTZ(long stdTime)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cityName
immutable(string) cityName;
Undocumented in source.

Meta