TimeZone.tzToUTC
Parameters
adjTime | The time in this time zone that needs to be adjusted to UTC time. |
long tzToUTC(long adjTime) @trusted const scope nothrowReturns 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.
TimeZone.tzToUTC
adjTime | The time in this time zone that needs to be adjusted to UTC time. |