bug error timezone with client gtk is fixed. don't use or modify the part of configuration :
> Do this if there is an error pytz timezone in client gtk(bug fixed) > > search name of your local timezone in your windows : > start->execute type regedit > go to HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/CurrentVersion/Time > Zones/ > search your timezone > by example for me "Romance Standard Time" -> subkey on the right "std" value > "Paris, Madrid" > copy python25\Lib\site-packages\pytz\zoneinfo\Europe\Paris in > python25\Lib\site-packages\pytz\zoneinfo\Paris, Madrid > in python25\Lib\site-packages\pytz\__init__.py at the end of the script in > all_timezones list add the line : > 'Paris, Madrid', > you must do this with your own timezone installed on your computer. -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=50934#50934 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
