[Bug 49119] New: Timezone America/Sao_Paulo reconigzed as America/Buenos_Aires

WineHQ Bugzilla wine-bugs at winehq.org
Fri May 8 15:54:52 CDT 2020


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 at winehq.org
          Reporter: thiago at 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.


More information about the wine-bugs mailing list