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@winehq.org Reporter: thiago@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`?
https://bugs.winehq.org/show_bug.cgi?id=49119
Thiago thiago@internetbudi.com.br changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Ubuntu
https://bugs.winehq.org/show_bug.cgi?id=49119
peek@vspace.co.za changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |peek@vspace.co.za
--- Comment #1 from peek@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 ?
https://bugs.winehq.org/show_bug.cgi?id=49119
Giovanni Mascellani gmascellani@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gmascellani@codeweavers.com
--- Comment #2 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.