ExSystemTimeToLocalTime

VOID
ExSystemTimeToLocalTime(

IN PLARGE_INTEGER SystemTime,
OUT PLARGE_INTEGER LocalTime
);

ExSystemTimeToLocalTime converts a GMT system time value to the local system time for the current time zone.

Parameters

SystemTime

Points to a variable set to the unbiased, GMT system time.

LocalTime

Points to the returned value for the current locale.

Comments

ExSystemTimeToLocalTime subtracts the time-zone bias from the GMT system time value to compute the corresponding time at the current locale.

Callers of ExSystemTimeToLocalTime can be running at any IRQL.

See Also

ExLocalTimeToSystemTime


Send feedback to MSDN.Look here for MSDN Online resources.