diff --git a/UI/Scheduler/UIxCalListingActions.m b/UI/Scheduler/UIxCalListingActions.m index ac89fe394..96b715057 100644 --- a/UI/Scheduler/UIxCalListingActions.m +++ b/UI/Scheduler/UIxCalListingActions.m @@ -1422,7 +1422,7 @@ _computeBlocksPosition (NSArray *blocks) } currentDate = [[startDate copy] autorelease]; - [ setTimeZone: userTimeZone]; + [currentDate setTimeZone: userTimeZone]; max = [blocks count]; for (count = 0; count < max; count++) {