Monotone-Parent: ed6b45550ddcbf4beca71aa4129e64d1ce389003

Monotone-Revision: 32b82433dfb7d9d4c439d0b648b8e1986ff58d0b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-08T15:20:39
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-09-08 15:20:39 +00:00
parent ee30abece1
commit 561fca2f04

View File

@@ -175,7 +175,7 @@
NSCalendarDate *date;
date = [[self authorativeEvent] startDate];
[date setTimeZone:[self viewTimeZone]];
[date setTimeZone:[[self clientObject] userTimeZone]];
return date;
}
@@ -183,7 +183,7 @@
NSCalendarDate *date;
date = [[self authorativeEvent] endDate];
[date setTimeZone:[self viewTimeZone]];
[date setTimeZone:[[self clientObject] userTimeZone]];
return date;
}