From fdaef9e47788f6dfd7d8ce8246ee6a7262ea20f1 Mon Sep 17 00:00:00 2001 From: Alan Liu Date: Fri, 15 Aug 2003 18:21:14 +0000 Subject: [PATCH] ICU-2966 consider Feb 29 to be a valid date X-SVN-Rev: 12835 --- icu4c/source/i18n/simpletz.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/i18n/simpletz.cpp b/icu4c/source/i18n/simpletz.cpp index ceb55e4f46..ceab423525 100644 --- a/icu4c/source/i18n/simpletz.cpp +++ b/icu4c/source/i18n/simpletz.cpp @@ -37,7 +37,7 @@ const char SimpleTimeZone::fgClassID = 0; // Value is irrelevant // since we don't handle leap years. Could handle assuming always // Gregorian, since we know they didn't have daylight time when // Gregorian calendar started. -const int8_t SimpleTimeZone::staticMonthLength[] = {31,28,31,30,31,30,31,31,30,31,30,31}; +const int8_t SimpleTimeZone::staticMonthLength[] = {31,29,31,30,31,30,31,31,30,31,30,31}; // ***************************************************************************** // class SimpleTimeZone