[Bug 49119] New: Timezone America/Sao_Paulo reconigzed as America/Buenos_Aires
https://bugs.winehq.org/show_bug.cgi?id=49119 Bug ID: 49119 Summary: Timezone America/Sao_Paulo reconigzed as America/Buenos_Aires Product: Wine Version: 5.7 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: loader Assignee: wine-bugs(a)winehq.org Reporter: thiago(a)internetbudi.com.br Distribution: --- Timezone is not recognized and probably changed: http://mm.icann.org/pipermail/tz-announce/2019-July/000056.html Running from archlinux or ubuntu has the same results. ``` $ wine --version wine-5.7 ``` ``` $ printenv PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin HOSTNAME=ea9649867742 TERM=xterm HOME=/home DEBIAN_FRONTEND=noninteractive LC_ALL=pt_BR.UTF-8 LANG=pt_BR.UTF-8 LANGUAGE=pt_BR.UTF-8 TZ=America/Sao_Paulo WINEPREFIX=/root/prefix32 WINEARCH=win32 DISPLAY=:0 ``` ``` $ cat /etc/timezone America/Sao_Paulo ``` **Finally**, when checking wine windows registry it is recognized as another Zone (creating troubles with a proprietary .NET software I use): ``` $ wine reg query "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation" 002c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation StandardName REG_SZ Hora padrĂ£o da Argentina TimeZoneKeyName REG_SZ Argentina Standard Time ``` Bug appears to be similar to other related timezone changes. Question: How can I tell that my local timezone is the same as specified in the `loader/wine.inf`? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49119 Thiago <thiago(a)internetbudi.com.br> changed: What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Ubuntu -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49119 peek(a)vspace.co.za changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |peek(a)vspace.co.za --- Comment #1 from peek(a)vspace.co.za --- I'm experiencing a slightly different timezone issue with wine. Although the host reflects the time zone and therefore local time (GMT+10)correctly, the time in the WINE app is displaying UTC+0. This is apparent in wine-4.2 and wine-5.11. Is this a simple settings I'm overlooking ? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49119 Giovanni Mascellani <gmascellani(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gmascellani(a)codeweavers.com --- Comment #2 from Giovanni Mascellani <gmascellani(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla