sagemath / sage-patchbot

Sage Patchbot
https://www.sagemath.org
Other
8 stars 17 forks source link

Timezone conversion incorrect #45

Closed saraedum closed 9 years ago

saraedum commented 10 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.

fchapoton commented 9 years ago

The treatment of timezones is now using dateutil and should be ok.