http://bugs.winehq.org/show_bug.cgi?id=2654
Summary: SAMT TZ_INFO wanted Product: Wine Version: 20050111 Platform: PC OS/Version: FreeBSD Status: UNCONFIRMED Severity: normal Priority: P3 Component: wine-programs AssignedTo: wine-bugs@winehq.org ReportedBy: petr999@mail.ru
Dear Friends! I use latest freebsd port here --- Samara, Russia. I'm not sure whether this should be correct but it doesn't work too: === --- work/wine-20050111/dlls/ntdll/time.c Thu Jan 6 23:35:35 2005 +++ work-patched/wine-20050111/dlls/ntdll/time.c Wed Jan 12 15:52:20 2005 @@ -234,6 +234,9 @@ {"AFT", {'A','f','g','h','a','n','i','s','t','a','n',' ','S','t','a','n','d','a', 'r','d',' ','T','i','m','e','\0'}, -270, 0}, + {"SAMT", + {'S','a','m','a','r','a',' ','S','t','a','n','d','a','r','d',' ','T','i', + 'm','e','\0'}, -270, 1}, {"YEKST", {'E','k','a','t','e','r','i','n','b','u','r','g',' ','S','t','a','n','d', 'a','r','d',' ','T','i','m','e','\0'}, -360, 1}, === It really compiles but still warns 'Add SAMT to TZ_INFO' just like bug #2559 And, I'm also not sure whether should Samara TZ_INFO be the same as AFT --- we do have daylight savings here. Hope.