An error occurred fetching the project authors.
- 05 Aug, 2008 1 commit
-
-
Laurence Rowe authored
Timezones() returns a copy of the timezone list (allows tests to run).
-
- 28 Apr, 2008 1 commit
-
-
Paul Winkler authored
Merged the slinkp-datetime-200007 branch: fix the DateTime(anotherDateTime) constructor to preserve timezones.
-
- 30 Oct, 2007 1 commit
-
-
Laurence Rowe authored
Revert ISO8601 interpretation to previously broken behaviour (assume GMT rather than local time as per spec)
-
- 24 Oct, 2007 1 commit
-
-
Laurence Rowe authored
* Add support to timezone aware datetime conversion * Correct capitalization of Brazil/DeNoronha All previous timezone names are tested against the new pytz based timezones. This test shows that the following zones changed when pytz support was added (i.e. not in this commit): t1 = time.mktime(datetime(2002, 1, 1).timetuple()) t2 = time.mktime(datetime(2002, 7, 1).timetuple()) expected_failures = [ # zone.info(t1) newzone.info(t1) zone.info(t2) newzone.info(t2) 'Jamaica', # (-18000, 0, 'EST') (-18000, 0, 'EST') (-14400, 1, 'EDT') (-18000, 0, 'EST') 'Turkey', # (10800, 0, 'EET') (7200, 0, 'EET') (14400, 1, 'EET DST') (10800, 1, 'EEST') 'Mexico/BajaSur', # (-25200, 0, 'MST') (-25200, 0, 'MST') (-25200, 0, 'MST') (-21600, 1, 'MDT') 'Mexico/General', # (-21600, 0, 'CST') (-21600, 0, 'CST') (-21600, 0, 'CST') (-18000, 1, 'CDT') 'Canada/Yukon', # (-32400, 0, 'YST') (-28800, 0, 'PST') (-28800, 1, 'YDT') (-25200, 1, 'PDT') 'Brazil/West', # (-10800, 1, 'WDT') (-14400, 0, 'AMT') (-14400, 0, 'WST') (-14400, 0, 'AMT') 'Brazil/Acre', # (-14400, 1, 'ADT') (-18000, 0, 'ACT') (-18000, 0, 'AST') (-18000, 0, 'ACT') ] The most likely explanation for this is that the old database was out of date.
-
- 23 Oct, 2007 1 commit
-
-
Laurence Rowe authored
-
- 18 Oct, 2007 2 commits
-
-
Amos Latteier authored
will be present. Changes as per Andreas's request.
-
Laurence Rowe authored
that is a datetime.datetime instance. Timezone naive DateTimes may be converted back to timezone naive datetime.datetime objects with asdatetime(). All DateTime instances may be converted to a timezone naive datetime.datetime in UTC with utcdatetime().
-
- 04 Oct, 2007 1 commit
-
-
Amos Latteier authored
data is used in preference of DateTime's data. However, all time zones that DateTime defines are still supported.
-
- 13 Dec, 2006 2 commits
-
-
- 21 Nov, 2006 3 commits
-
-
Dorneles Tremea authored
Extended DateTime parser for better support to the ISO8601 specification. Normalized docstrings. Fixes http://www.zope.org/Collectors/Zope/2191.
-
Dorneles Tremea authored
Extended DateTime parser for better support to the ISO8601 specification. Normalized docstrings. Fixes http://www.zope.org/Collectors/Zope/2191.
-
Dorneles Tremea authored
-
- 16 Jun, 2006 3 commits
-
-
Stefan H. Holek authored
Fixes http://www.zope.org/Collectors/Zope/2109
-
Stefan H. Holek authored
Fixes http://www.zope.org/Collectors/Zope/2109
-
Stefan H. Holek authored
Fixes http://www.zope.org/Collectors/Zope/2109
-
- 26 Nov, 2005 1 commit
-
-
Philipp von Weitershausen authored
-
- 18 Nov, 2005 3 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 25 May, 2005 4 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 18 May, 2005 1 commit
-
-
Andreas Jung authored
- Collector #1780: DateTime.strftime() now handles dates <= 1900 or >= 2038
-
- 02 May, 2005 1 commit
-
-
Sidnei da Silva authored
- Make it work standalone, in the absence of App.config
-
- 29 Mar, 2005 1 commit
-
-
Christian Heimes authored
-
- 09 Nov, 2004 1 commit
-
-
Jens Vagelpohl authored
return correctly formatted ISO 8601-representations to augment the ISO method which isn't compliant with ISO 8601.
-
- 08 Nov, 2004 1 commit
-
-
Lennart Regebro authored
-
- 30 Jul, 2004 3 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
for a better and unique error handling
-
Andreas Jung authored
DateTime instance
-
- 25 Jun, 2004 2 commits
-
-
Martijn Pieters authored
offset optional.
-
Andreas Jung authored
- replaced type() comparisons with faster isinstance() calls
-
- 02 Mar, 2004 2 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
settings from zope.conf. Because getConfiguration().datetime_format can be expensive we provide a method getDefaultDateFormat() that cache the value once retrieved from the configuration machinery. Ugly (as the DateTime module) but it works.
-
- 01 Jan, 2004 1 commit
-
- 11 Dec, 2003 2 commits
-
-
Kiran Jonnalagadda authored
-
Kiran Jonnalagadda authored
-
- 07 Dec, 2003 1 commit
-