.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetTimeZoneInformation 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetTimeZoneInformation\fR (KERNEL32.@) .SH SYNOPSIS DWORD GetTimeZoneInformation ( LPTIME_ZONE_INFORMATION \fItzinfo\fR ) .SH DESCRIPTION .PP Get information about the current local time zone. .SH PARAMS \fItzinfo\fR \fB[Out]\fR Destination for time zone information. .PP .SH RETURNS .PP \fBTIME_ZONE_ID_INVALID\fR An error occurred \fBTIME_ZONE_ID_UNKNOWN\fR There are no transition time known \fBTIME_ZONE_ID_STANDARD\fR Current time is standard time \fBTIME_ZONE_ID_DAYLIGHT\fR Current time is daylight savings time .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/time.c"\fR. .PP Debug channel \fB"time"\fR.