imip-agent

Change of imiptools/period.py

291:e28bfb8b0ca1
imiptools/period.py
     1.1 --- a/imiptools/period.py	Sun Feb 08 01:26:33 2015 +0100
     1.2 +++ b/imiptools/period.py	Sun Feb 08 18:39:03 2015 +0100
     1.3 @@ -23,7 +23,7 @@
     1.4  from datetime import datetime, timedelta
     1.5  from imiptools.dates import get_datetime, get_start_of_day, to_timezone
     1.6  
     1.7 -# Time management with datetime strings.
     1.8 +# Time management with datetime strings in the UTC time zone.
     1.9  
    1.10  def can_schedule(freebusy, periods, uid):
    1.11  
    1.12 @@ -396,5 +396,4 @@
    1.13      _update_freebusy(freebusy, periods, transp, uid)
    1.14      store.set_freebusy_for_other(user, freebusy, other)
    1.15  
    1.16 -
    1.17  # vim: tabstop=4 expandtab shiftwidth=4