mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 20:35:24 +00:00
(feat) timezones are now using md-autocomplete
This commit is contained in:
@@ -190,11 +190,11 @@ static NSArray *reminderValues = nil;
|
||||
}
|
||||
|
||||
//
|
||||
// Used by wox template
|
||||
// Used by wox template, as a var.
|
||||
//
|
||||
- (NSArray *) timeZonesList
|
||||
- (NSString *) timeZonesList
|
||||
{
|
||||
return [[iCalTimeZone knownTimeZoneNames] sortedArrayUsingSelector: @selector (localizedCaseInsensitiveCompare:)];
|
||||
return [[[iCalTimeZone knownTimeZoneNames] sortedArrayUsingSelector: @selector (localizedCaseInsensitiveCompare:)] jsonRepresentation];
|
||||
}
|
||||
|
||||
// - (NSString *) userTimeZone
|
||||
|
||||
Reference in New Issue
Block a user