RtlQueryDynamicTimeZoneInformation

NTSTATUS __stdcall RtlQueryDynamicTimeZoneInformation(_RTL_DYNAMIC_TIME_ZONE_INFORMATION *TimeZoneInformation){
  return RtlpQueryTimeZoneInformationWorker(TimeZoneInformation, 0x1B0u);
}

Referenced by:

ExInitializeUtcTimeZoneBias
ExpRefreshTimeZoneInformation