Closed saraedum closed 9 years ago
Two lines in patchbot.py convert time zones by multiplying %z with 60. This is incorrect. It should be 60*60/100. This is still incorrect for half time zones but it's at least close.
%z
The treatment of timezones is now using dateutil and should be ok.
Two lines in patchbot.py convert time zones by multiplying
%z
with 60. This is incorrect. It should be 60*60/100. This is still incorrect for half time zones but it's at least close.