]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/tzcode/tz2icu.cpp
ICU-57163.0.1.tar.gz
[apple/icu.git] / icuSources / tools / tzcode / tz2icu.cpp
index 349aabdbe4b19f3737792b0eb9f46446f009ed4c..aeae5893ef45996be77cb84092704d7aeb9642e7 100644 (file)
@@ -742,7 +742,7 @@ struct FinalZone {
                << " and rule ID " << ruleid;
             throw invalid_argument(os.str());
         }
-        if (year < 1900 || year >= 2050) {
+        if (year < 1900) {
             ostringstream os;
             os << "Invalid input year " << year
                << " with offset " << offset