mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 17:05:10 +00:00
Respect time locale in days views
This commit is contained in:
@@ -37,7 +37,8 @@
|
||||
{
|
||||
SOGoDateFormatter *dateFormatter;
|
||||
NSArray *weekDays;
|
||||
NSString *currentView, *timeFormat, *currentTableHour;
|
||||
NSString *currentView, *timeFormat;
|
||||
NSNumber *currentTableHour;
|
||||
NSCalendarDate *startDate, *currentTableDay;
|
||||
NSMutableArray *daysToDisplay, *calendarsToDisplay, *hoursToDisplay;
|
||||
NSMutableDictionary *currentCalendar;
|
||||
|
||||
Reference in New Issue
Block a user