TimeZone.tzToUTC

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

class TimeZone
abstract @safe const scope nothrow
long
tzToUTC
(
long adjTime
)

Parameters

adjTime long

The time in this time zone that needs to be adjusted to UTC time.

Meta