[Zope-Checkins] SVN: Zope/branches/amos-datetime-pytz/ Making branch for DateTime pytz work

2008-03-09 Thread Amos Latteier
Log message for revision 80618: Making branch for DateTime pytz work Changed: A Zope/branches/amos-datetime-pytz/ -=- Copied: Zope/branches/amos-datetime-pytz (from rev 80617, Zope/trunk) ___ Zope-Checkins maillist - Zope-Checkins@zope.org

[Zope-Checkins] SVN: Zope/branches/amos-datetime-pytz/lib/python/DateTime/ Added pytz support to DateTime. If pytz is present then its time zone

2008-03-09 Thread Amos Latteier
Log message for revision 80620: Added pytz support to DateTime. If pytz is present then its time zone data is used in preference of DateTime's data. However, all time zones that DateTime defines are still supported. Changed: U

[Zope-Checkins] SVN: Zope/branches/amos-datetime-pytz/doc/CHANGES.txt Added note about DateTime pytz work to changes.

2008-03-09 Thread Amos Latteier
Log message for revision 80622: Added note about DateTime pytz work to changes. Changed: U Zope/branches/amos-datetime-pytz/doc/CHANGES.txt -=- Modified: Zope/branches/amos-datetime-pytz/doc/CHANGES.txt === ---

[Zope-Checkins] SVN: Zope/trunk/ Merged amos-datetime-pytz branch to trunk (r80618:80906)

2008-03-09 Thread Amos Latteier
Log message for revision 80907: Merged amos-datetime-pytz branch to trunk (r80618:80906) Now DateTime will use pytz for timezone data. The main advantage of this is that pytz has up to date daylight savings data. Changed: U Zope/trunk/doc/CHANGES.txt U

[Zope-Checkins] SVN: Zope/trunk/ Changed pytz support not to check for the presence of pytz. We know pytz

2008-03-09 Thread Amos Latteier
Log message for revision 80926: Changed pytz support not to check for the presence of pytz. We know pytz will be present. Changes as per Andreas's request. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/DateTime/DateTime.py U