Title | P4DTI corrupts date/time fields in TeamTrack if server time zone is not UTC |
Status | closed |
Priority | critical |
Assigned user | Gareth Rees |
Organization | Ravenbrook |
Description | The P4DTI corrupts date/time fields -- on every poll each date/time field gets advanced by the difference between the time zone on the machine running the replicator and UTC. |
Analysis | TeamTrack stores dates in local time but the replicator interprets them as times in UTC. Use time.localtime rather than time.gmtime in the date translator. This has similar symptoms to job000381, but a different underlying cause. |
How found | customer |
Evidence | <http://info.ravenbrook.com/mail/2001/08/02/00-33-48/0.txt > |
Observed in | 1.1.4 |
Introduced in | 0.4.0 |
Test procedure | <http://www.ravenbrook.com/project/p4dti/master/test/test_p4dti.py >, section 10 |
Created by | Gareth Rees |
Created on | 2001-08-02 14:11:56 |
Last modified by | Gareth Rees |
Last modified on | 2001-12-10 19:53:55 |
History | 2001-08-02 GDR Created. |