TimeZone.utcToTZLocalTime.utcToTZ
long utcToTZ(long stdTime) @trusted const scope nothrowReturns 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
stdTime | The UTC time that needs to be adjusted to this time zone's time. |