Scroll to navigation

GetTimeZoneInformation(3w) Wine API 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

Declared in "winbase.h".
Implemented in "dlls/kernel32/time.c".
Debug channel "time".
Oct 2012 Wine API