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".
https://bugs.winehq.org/show_bug.cgi?id=42464
greenapple greenapple217@yandex.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Debian
https://bugs.winehq.org/show_bug.cgi?id=42464
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source, testcase
https://bugs.winehq.org/show_bug.cgi?id=42464
Giovanni Mascellani gmascellani@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gmascellani@codeweavers.com
--- Comment #1 from Giovanni Mascellani gmascellani@codeweavers.com --- I think this bug should be fixed with my patches in https://gitlab.com/giomasce/wine/-/tree/tzdata. Unfortunately I haven't been able to have those patch upstreamed yet.