ICU-13412 Merging the change #13458 Widen logKnownIssue time range for Chinese calendar limit test (r40660) to maint-60.

X-SVN-Rev: 40662
diff --git a/icu4c/source/test/intltest/callimts.cpp b/icu4c/source/test/intltest/callimts.cpp
index 12a481a..7208a08 100644
--- a/icu4c/source/test/intltest/callimts.cpp
+++ b/icu4c/source/test/intltest/callimts.cpp
@@ -417,7 +417,7 @@
             }
             if (maxActual < maxLow || maxActual > maxHigh) {
                 if ( uprv_strcmp(cal.getType(), "chinese") == 0 &&
-                        testMillis >= 2842992000000.0  && testMillis <= 2906668800000.0 &&
+                        testMillis >= 1802044800000.0 &&
                      logKnownIssue("12620", "chinese calendar failures for some actualMax tests")) {
                     logln((UnicodeString)"KnownFail: [" + cal.getType() + "] " +
                           ymdToString(cal, ymd) +
@@ -444,7 +444,7 @@
                           ", allowed=(" + minLow + ".." + minHigh + ")..(" +
                           maxLow + ".." + maxHigh + ")");
                 } else if ( uprv_strcmp(cal.getType(), "chinese") == 0 &&
-                        testMillis >= 2842992000000.0  && testMillis <= 2906668800000.0 &&
+                        testMillis >= 1832544000000.0 &&
                      logKnownIssue("12620", "chinese calendar failures for some actualMax tests")) {
                     logln((UnicodeString)"KnownFail: [" + cal.getType() + "] " +
                           ymdToString(cal, ymd) +