mirror of
https://github.com/reactos/reactos.git
synced 2025-06-26 02:39:42 +00:00
[NTOS:EX] Use RtlCutoverTimeToSystemTime to determine the current time zone id
CORE-14658
This commit is contained in:
parent
97a23a5f3d
commit
c449929fef
2 changed files with 75 additions and 11 deletions
|
@ -4533,6 +4533,15 @@ RtlIpv6StringToAddressExW(
|
|||
//
|
||||
// Time Functions
|
||||
//
|
||||
NTSYSAPI
|
||||
BOOLEAN
|
||||
NTAPI
|
||||
RtlCutoverTimeToSystemTime(
|
||||
_In_ PTIME_FIELDS CutoverTimeFields,
|
||||
_Out_ PLARGE_INTEGER SystemTime,
|
||||
_In_ PLARGE_INTEGER CurrentTime,
|
||||
_In_ BOOLEAN ThisYearsCutoverOnly);
|
||||
|
||||
NTSYSAPI
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue