Roundup Tracker - Issues

Issue 1465296

classification
Full timezone support
Type: Severity: normal
Components: None Versions:
process
Status: closed accepted
:
: a1s : a1s
Priority: normal : patch

Created on 2006-04-05 20:15 by anonymous, last changed 2006-04-05 20:15 by anonymous.

Files
File name Uploaded Description Edit Remove
timezone-support.patch anonymous, 2006-04-05 20:15
Messages
msg2829 Author: [hidden] (anonymous) Date: 2006-04-05 20:15
This is the patch, that adds full timezone support to
roundup. Especially DST handling.

However please note, that this patch introduces
additional dependency on pytz
(http://pytz.sourceforge.net/) and datetime python module.

Timezones in the configuration file and user profiles
can be specified using hour offset or timezone names
(e.g. UTC, America/New_York, Europe/Warsaw, etc.).

(the calculations in roundup.date are a little messy)

my email is: jkoszuk(at)poee(dot)eu(dot)org

I hope it will be useful,
Jarek Koszuk
History
Date User Action Args
2006-04-05 20:15:43anonymouscreate