a little timezone patch

Julio E. Gonzalez P. jegp at netvision.com.py
Wed Jul 4 11:33:11 CDT 2007


Hi all.
First, my native language is spanish, sorry for my bad english.

I don´t know much about how to coding or programming wine, but I make a 
little patch for wine 0.9.40 , that include the time zones of my country 
(Paraguay) to wine 0.9.40.

Don't know how to make a .patch file, but the patch is really easy to 
understand.

Just include this lines in the file: /wine-0.9.40/dlls/ntdll/time.c
======================================
   {"PYT",
    {'P','a','r','a','g','u','a','y','a','n',' 
','S','t','a','n','d','a','r','d',
     ' ','T','i','m','e','\0'}, 240, 0},
   {"PYST",
    {'P','a','r','a','g','u','a','y','a','n',' ','S','u','m','m','e','r',
     ' ','T','i','m','e','\0'}, 180, 1},
======================================

I suggest to include this lines just down the brazilian lines, just 
because Paraguay is down Brazil in SouthAmerica map. :)


I hope this patch go to wine 0.9.41.
I'm not suscribed to the wine-patches list, please submit answers to my 
email.
Thanks.
Julio.




More information about the wine-patches mailing list