LocalTime.utcToTZ

long utcToTZ(long stdTime) @trusted const scope nothrow

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

Parameters

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

See Also

TimeZone.utcToTZ