http://bugs.winehq.org/show_bug.cgi?id=5012
Summary: Missing NOVST timezone Product: Wine Version: unspecified Platform: Other OS/Version: other Status: UNCONFIRMED Severity: critical Priority: P2 Component: wine-winelib AssignedTo: wine-bugs@winehq.org ReportedBy: damir@trefle.ru
When I execute an application 2gis-Novosibirsk (installator is here http://download.2gis.ru/arhives/2gisNsk91.exe) I get this fixme warning:
fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "NOVST", bias=-420 and dst=1 to an entry in TZ_INFO. Please add appropriate entry to TZ_INFO and submit as patch to wine-patches
I found that wine-0.9.10/dlls/ntdll/time.c has no entry with my timezone 'NOVST'.
I made a patch.