Skip to content

Commit dc20612

Browse files
authored
Merge pull request #880 from saiHemak/nscalendar
2 parents 9a1230e + 57b4123 commit dc20612

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CoreFoundation/Locale.subproj/CFCalendar.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ CFCalendarRef CFCalendarCreateWithIdentifier(CFAllocatorRef allocator, CFStringR
272272
else if (CFEqual(kCFIslamicCalendar, identifier)) identifier = kCFIslamicCalendar;
273273
else if (CFEqual(kCFIslamicCivilCalendar, identifier)) identifier = kCFIslamicCivilCalendar;
274274
else if (CFEqual(kCFHebrewCalendar, identifier)) identifier = kCFHebrewCalendar;
275+
else if (CFEqual(kCFISO8601Calendar, identifier)) identifier = kCFISO8601Calendar;
275276
// else if (CFEqual(kCFChineseCalendar, identifier)) identifier = kCFChineseCalendar;
276277
else return NULL;
277278
}

0 commit comments

Comments
 (0)