Comment 15 for bug 925361

Revision history for this message
Cristian Salamea (ovnicraft) wrote :

hello i see there is a good job for trunk but i get the follow problem in 6.1:

If system works with with UTC, here in Ecuador with GMT -5 when try to use:

>>> from time import strftime
>>> strftime('%H:%M:%S')

gets +5 hours, i find out this and system force python to use UTC, timezone in Web UI is set to America/Guayaquil but is not ok in server.

Please set a highly priority to this, we are trying to make a simple computation with datetime field (field has a correct value) and we are stopped.

Regards,