Title: [commits] (jeffrey) [15286] - I really meant naive, not floating, timezone.
Revision
15286
Author
jeffrey
Date
2007-08-29 16:42:20 -0700 (Wed, 29 Aug 2007)

Log Message

- I really meant naive, not floating, timezone. Might as well be
accurate in the comment...

Modified Paths

Diff

Modified: trunk/chandler/parcels/osaf/framework/blocks/calendar/TimedCanvas.py (15285 => 15286)

--- trunk/chandler/parcels/osaf/framework/blocks/calendar/TimedCanvas.py	2007-08-29 23:35:09 UTC (rev 15285)
+++ trunk/chandler/parcels/osaf/framework/blocks/calendar/TimedCanvas.py	2007-08-29 23:42:20 UTC (rev 15286)
@@ -357,7 +357,7 @@
                "Dont' have an hour in the current locale's time format"
 
         for hour in hourrange:
-            # use floating timezone, bug 10709, or timezones don't match
+            # use naive timezone, bug 10709, or timezones don't match
             timedate = time(hour=hour)
             hourdate = datetime.combine(dummyDate, timedate)
             timeString = timeFormatter.format(hourdate, hourFP)




_______________________________________________
Commits mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to