https://bugs.winehq.org/show_bug.cgi?id=42464
Bug ID: 42464 Summary: WinAPI function GetTimeZoneInformation returns Arab Standard Time instead of Russian Standard Time Product: Wine Version: 2.1 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: greenapple217@yandex.ru Distribution: ---
Created attachment 57312 --> https://bugs.winehq.org/attachment.cgi?id=57312 program after compiling returns a wrong result
I wrote a little program in VC++6 and attached its code. When I execute it the program gives me a wrong result. I've made a temporary solution by changing values of keys of "Arab Standard Time" branch in regedit. I've just assigned there values from "Russian Standard Time" branch. In English Windows XP this program gives me "Russian Standard Time" string and in Russian Windows XP - "Московское время"(Moscow time) but in Linux under wine it gives me "Arab Standard Time".