File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3333
3434#define ICU_LOG (FMT , ...) do { } while (0)
3535
36- #define MIN_CALENDAR_TIME -211845067200.0 // Julian day 0 (-4713 -01-01 12:00:00 +0000) in CFAbsoluteTime.
37- #define MAX_CALENDAR_TIME 15927175497600.0 // 50000-01-01 00:00:00 +0000, smaller than the max time ICU supported.
36+ #define MIN_CALENDAR_TIME -211845067200.0 // Julian day 0 (-4712 -01-01 12:00:00 +0000) in CFAbsoluteTime.
37+ #define MAX_CALENDAR_TIME 15927175497600.0 // 506713-02-07 00:00:00 +0000, smaller than the max time ICU supported.
3838#define __CFCalendarValidateAndCapTimeRange (at ) do { \
3939 if (at < MIN_CALENDAR_TIME || at > MAX_CALENDAR_TIME) { \
4040 os_log_error(_CFOSLog(), "CFAbsoluteTime %lf exceeds calendar calculation range.", at); \
You can’t perform that action at this time.
0 commit comments