[NTOS:EX] Use RtlCutoverTimeToSystemTime to determine the current time zone id

CORE-14658
This commit is contained in:
Eric Kohl 2021-04-03 09:38:07 +02:00
parent 97a23a5f3d
commit c449929fef
2 changed files with 75 additions and 11 deletions

View file

@ -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