LocalTime.utcToTZ

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.

class LocalTime
override @trusted const scope nothrow
long
utcToTZ
(
long stdTime
)

Parameters

stdTime long

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

See Also

TimeZone.utcToTZ

Meta