mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-18 19:48:53 +00:00
Monotone-Parent: 162bfb7c82059f4e5043c0b54c30bbbb18428879
Monotone-Revision: ae07a965b153ba60cbaf086866525dee4f7416ed Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-08T17:00:45 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -46,10 +46,10 @@
|
||||
canAccessApt = [self canAccessApt];
|
||||
spansRange = NO;
|
||||
startDate = [apt valueForKey:@"startDate"];
|
||||
[startDate setTimeZone:[self viewTimeZone]];
|
||||
[startDate setTimeZone:[[self clientObject] userTimeZone]];
|
||||
endDate = [apt valueForKey:@"endDate"];
|
||||
if(endDate != nil) {
|
||||
[endDate setTimeZone:[self viewTimeZone]];
|
||||
[endDate setTimeZone:[[self clientObject] userTimeZone]];
|
||||
spansRange = ![endDate isEqualToDate:startDate];
|
||||
}
|
||||
aptDescr = [[NSMutableString alloc] init];
|
||||
|
||||
Reference in New Issue
Block a user