[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/datetimeutils.py
Converted XXX to statement.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Jul 9 11:45:37 EDT 2004
Log message for revision 26316:
Converted XXX to statement.
Converted XXX to TODO.
-=-
Modified: Zope3/trunk/src/zope/app/datetimeutils.py
===================================================================
--- Zope3/trunk/src/zope/app/datetimeutils.py 2004-07-09 15:45:35 UTC (rev 26315)
+++ Zope3/trunk/src/zope/app/datetimeutils.py 2004-07-09 15:45:37 UTC (rev 26316)
@@ -424,7 +424,7 @@
else:
return offset
else:
- return 0 # XXX ??
+ return 0 # Assume UTC
def _correctYear(year):
# Y2K patch.
@@ -849,7 +849,7 @@
def __parse_iso8601(self,s):
"""Parse an ISO 8601 compliant date.
- XXX Not all allowed formats are recognized (for some examples see
+ TODO: Not all allowed formats are recognized (for some examples see
http://www.cl.cam.ac.uk/~mgk25/iso-time.html).
"""
year=0
More information about the Zope3-Checkins
mailing list