GetTimeZoneInformation(3w)
NAME
GetTimeZoneInformation (KERNEL32.@)
SYNOPSIS
DWORD GetTimeZoneInformation
(
LPTIME_ZONE_INFORMATION tzinfo
)
DESCRIPTION
Get information about the current local time zone.
PARAMS
tzinfo [Out] Destination for time zone information.
RETURNS
TIME_ZONE_ID_INVALID An error occurred TIME_ZONE_ID_UNKNOWN There are no transition time known TIME_ZONE_ID_STANDARD Current time is standard time TIME_ZONE_ID_DAYLIGHT Current time is daylight savings time
IMPLEMENTATION
Defined in "winbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/time.c".
- Debug channel "time".