[CalendarServer-changes] [5209] CalendarServer/trunk/twistedcaldav/dateops.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 24 20:34:53 PST 2010


Revision: 5209
          http://trac.macosforge.org/projects/calendarserver/changeset/5209
Author:   wsanchez at apple.com
Date:     2010-02-24 20:34:51 -0800 (Wed, 24 Feb 2010)
Log Message:
-----------
Zap normalizeToUTC

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/dateops.py

Modified: CalendarServer/trunk/twistedcaldav/dateops.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/dateops.py	2010-02-25 04:29:02 UTC (rev 5208)
+++ CalendarServer/trunk/twistedcaldav/dateops.py	2010-02-25 04:34:51 UTC (rev 5209)
@@ -47,9 +47,6 @@
     tr = timerange(dtstart, dtend, duration)
     return asUTC(tr.start()), asUTC(tr.end())
 
-def normalizeToUTC(dt):
-    return dateordatetime(dt).asUTC().dateOrDatetime()
-
 def normalizeForIndex(dt):
     """
     Normalize a L{datetime.date} or L{datetime.datetime} object for use in the Index.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100224/9a120034/attachment.html>


More information about the calendarserver-changes mailing list