// wdm.h
VOID ExSystemTimeToLocalTime(
[in] PLARGE_INTEGER SystemTime,
[out] PLARGE_INTEGER LocalTime
);
View the official Windows Driver Kit DDI reference
No description available.
The ExSystemTimeToLocalTime routine converts a GMT system time value to the local system time for the current time zone.
SystemTime
[in]A pointer to a variable set to the unbiased, GMT system time.
LocalTime
[out]A pointer to the returned value for the current locale.
ExSystemTimeToLocalTime subtracts the time-zone bias from the GMT system time value to compute the corresponding time at the current locale.