RtlSetTimeZoneInformation (NTDLL.@)
NTSTATUS RtlSetTimeZoneInformation ( const RTL_TIME_ZONE_INFORMATION* tzinfo )
Set the current time zone information.
tzinfo | [In] | Timezone information to set. |
Success: STATUS_SUCCESS.
Failure: An NTSTATUS error code indicating the problem.
Uses the obsolete Unix® timezone structure and tz_dsttime member.
Defined in "winternl.h".
Implemented in "dlls/ntdll/time.c". source.winehq.org/source/dlls/ntdll/time.c
Debug channel "ntdll".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.