https://bugs.winehq.org/show_bug.cgi?id=46266
Bug ID: 46266 Summary: tzres is constantly being loaded/unloaded when TimeZone information is queried. Product: Wine Version: 4.0-rc1 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: leslie_alistair@hotmail.com Distribution: ---
Function GetDynamicTimeZoneInformation is causing tzres.dll to be loaded/unloaded multiple times. Cause by the registry lookup of MUI_Std, and MUT_Dlt
Other functions are a affected kernel32.FileTimeToLocalFileTime msvcrt._ftime64
Removing the MUI_Std, and MUT_Dlt entries for my timezone, works around the issue.