X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b331163bffd790ced0e88b73f44f86d49ccc48a5..277af7082f210d5fa7e37ce63392ac8568371616:/icuSources/tools/tzcode/tz2icu.cpp?ds=sidebyside diff --git a/icuSources/tools/tzcode/tz2icu.cpp b/icuSources/tools/tzcode/tz2icu.cpp index 349aabdb..aeae5893 100644 --- a/icuSources/tools/tzcode/tz2icu.cpp +++ b/icuSources/tools/tzcode/tz2icu.cpp @@ -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