mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-29 08:49:27 +00:00
Monotone-Parent: fb501e7e2cefb4d9f994a50f5062b53d25b4aa3f
Monotone-Revision: d75f311111aa7cbdf9ecf2de1168ceb2651e77bd Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-27T19:02:01 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -185,10 +185,8 @@ static NSTimeZone *serverTimeZone = nil;
|
||||
timeZoneName = [[self userDefaults] stringForKey: @"TimeZone"];
|
||||
if ([timeZoneName length] > 0)
|
||||
userTimeZone = [NSTimeZone timeZoneWithName: timeZoneName];
|
||||
else
|
||||
userTimeZone = nil;
|
||||
if (!userTimeZone)
|
||||
userTimeZone = [self serverTimeZone];
|
||||
userTimeZone = serverTimeZone;
|
||||
[userTimeZone retain];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user