SetTimeZoneInformation(3w)
NAME
SetTimeZoneInformation (KERNEL32.@)
SYNOPSIS
BOOL SetTimeZoneInformation
(
const TIME_ZONE_INFORMATION* tzinfo
)
DESCRIPTION
Change the settings of the current local time zone.
PARAMS
tzinfo [In] The new time zone.
RETURNS
Success: TRUE. The time zone was updated with the settings from tzinfo.
Failure: FALSE.
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".