TimeZone.dstInEffect

Takes the number of hnsecs (100 ns) since midnight, January 1st, 1 A.D. in UTC time (i.e. std time) and returns whether DST is effect in this time zone at the given point in time.

class TimeZone
abstract @safe const scope nothrow
bool
dstInEffect
(
long stdTime
)

Parameters

stdTime long

The UTC time that needs to be checked for DST in this time zone.

Meta