Changeset 2373
- Timestamp:
- 07/31/07 02:54:26 (1 year ago)
- Files:
-
- plugins/moto-sync/motosync.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/moto-sync/motosync.py
r2371 r2373 562 562 563 563 # what events would happen if there were no exceptions? 564 now = datetime.now( )564 now = datetime.now(dateutil.tz.tzutc()) 565 565 all_occurrences = ruleset.between(now, now + RRULE_FUTURE) 566 566
