ExLocalTimeToSystemTime - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

VOID ExLocalTimeToSystemTime(
  [in]  PLARGE_INTEGER LocalTime,
  [out] PLARGE_INTEGER SystemTime
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdm-exlocaltimetosystemtime)

ExLocalTimeToSystemTime function

Description

The ExLocalTimeToSystemTime routine converts a system time value for the current time zone to an unbiased, GreenGMT value.

Parameters

LocalTime [in]

A pointer to a variable set to the locale-specific time.

SystemTime [out]

A pointer to the returned value for GMT system time.

Remarks

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

See also

ExSystemTimeToLocalTime