LocalTime.tzToUTC

long tzToUTC(long adjTime) @trusted const scope nothrow

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.

See Also

TimeZone.tzToUTC

Parameters

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