LocalTime.tzToUTC

Returns std time using the standard C function calls on Posix systems and the standard Windows system calls on Windows systems to adjust the time to UTC from the appropriate time zone.

class LocalTime
override @trusted const scope nothrow
long
tzToUTC
(
long adjTime
)

Parameters

adjTime long

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

See Also

TimeZone.tzToUTC

Meta