mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-18 06:34:53 +00:00
@@ -45,7 +45,7 @@
|
||||
if ((self = [super init]))
|
||||
{
|
||||
address = nil;
|
||||
timeZone = [NSTimeZone timeZoneWithAbbreviation: @"GMT"];
|
||||
timeZone = [NSTimeZone timeZoneForSecondsFromGMT: 0];
|
||||
[timeZone retain];
|
||||
startDate = nil;
|
||||
endDate = nil;
|
||||
|
||||
Reference in New Issue
Block a user