mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-12 15:05:29 +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:
@@ -37,7 +37,7 @@ static BOOL shouldDisplayWeekend = NO;
|
||||
{
|
||||
NSTimeZone *tz;
|
||||
|
||||
tz = [self viewTimeZone];
|
||||
tz = [[self clientObject] userTimeZone];
|
||||
self->aptFormatter
|
||||
= [[SOGoAptFormatter alloc] initWithDisplayTimeZone: tz];
|
||||
self->aptTooltipFormatter
|
||||
@@ -295,7 +295,7 @@ static BOOL shouldDisplayWeekend = NO;
|
||||
|
||||
- (void) setCurrentDay:(NSCalendarDate *) _day
|
||||
{
|
||||
[_day setTimeZone: [self viewTimeZone]];
|
||||
[_day setTimeZone: [[self clientObject] userTimeZone]];
|
||||
ASSIGN(self->currentDay, _day);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user