mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-23 19:04:18 +00:00
See ChangeLog
Monotone-Parent: 75bbc0ad243d66dd412883811d759ca8dabf6776 Monotone-Revision: 11c0941cac8926d96e43efabe282a5d3d549d0c9 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-03-23T19:18:27 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -32,6 +32,8 @@
|
||||
|
||||
#import <NGExtensions/NSObject+Logs.h>
|
||||
|
||||
#import <NGCards/iCalTimeZone.h>
|
||||
|
||||
#import <SOGo/NSArray+Utilities.h>
|
||||
#import <SOGo/NSDictionary+Utilities.h>
|
||||
#import <SOGo/NSString+Utilities.h>
|
||||
@@ -149,8 +151,7 @@
|
||||
|
||||
- (NSArray *) timeZonesList
|
||||
{
|
||||
return [[NSTimeZone knownTimeZoneNames]
|
||||
sortedArrayUsingSelector: @selector (localizedCaseInsensitiveCompare:)];
|
||||
return [iCalTimeZone knownTimeZoneNames];
|
||||
}
|
||||
|
||||
- (NSString *) userTimeZone
|
||||
|
||||
Reference in New Issue
Block a user