mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-25 13:25:28 +00:00
Monotone-Parent: 985fef86a89f89cae1460daa879141f78ad0b404
Monotone-Revision: ba602d8a4fa6b2a5e2a6a7ee93bca95f807d71f6 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-05T14:54:53 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -144,6 +144,7 @@
|
||||
date = [NSCalendarDate dateWithTimeIntervalSince1970:
|
||||
[[currentAppointment objectForKey: @"startdate"]
|
||||
intValue]];
|
||||
[date setTimeZone: [self viewTimeZone]];
|
||||
|
||||
return [[self itemDateFormatter] stringForObjectValue: date];
|
||||
}
|
||||
@@ -155,6 +156,7 @@
|
||||
date = [NSCalendarDate dateWithTimeIntervalSince1970:
|
||||
[[currentAppointment objectForKey: @"enddate"]
|
||||
intValue]];
|
||||
[date setTimeZone: [self viewTimeZone]];
|
||||
|
||||
return [[self itemDateFormatter] stringForObjectValue: date];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user