commit 537a2684b0a44dac6b0b661d2cf1d4d37ab94da7
Author: Peter A. Bigot <pabigot@‌>
Date: Sun Feb 26 07:58:59 2012 -0600
trac/129: incorrect timezone adjustment from python values
Whether the instance comes from Python or XML, presence of a time zone
indicates that the described time is in that time zone, and the offset of
the timezone must be subtracted from, not added to, the time. Use of
fromutc was completely wrong, and led to the mistaken concept of a flipped
UTC offset.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
commit 537a2684b0a44dac6b0b661d2cf1d4d37ab94da7
Author: Peter A. Bigot <pabigot@‌>
Date: Sun Feb 26 07:58:59 2012 -0600