ExLocalTimeToSystemTime

VOID
    ExLocalTimeToSystemTime(

        IN PLARGE_INTEGER  LocalTime,
        OUT PLARGE_INTEGER  SystemTime
        );

ExLocalTimeToSystemTime converts a system time value for the current time zone to an unbiased, GMT value.

Parameters

LocalTime
Points to a variable set to the locale-specific time.
SystemTime
Points to the returned value for GMT system time.

Comments

ExLocalTimeToSystemTime adds the time-zone bias at the current locale to compute the corresponding GMT system time value.

Callers of ExLocalTimeToSystemTime can be running at any IRQL.

See Also

ExSystemTimeToLocalTime