TimeZone.utcToTZ

Takes the number of hnsecs (100 ns) since midnight, January 1st, 1 A.D. in UTC time (i.e. std time) and converts it to this time zone's time.

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

Parameters

stdTime long

The UTC time that needs to be adjusted to this time zone's time.

Meta