ICU-2966 consider Feb 29 to be a valid date

X-SVN-Rev: 12835
This commit is contained in:
Alan Liu 2003-08-15 18:21:14 +00:00
parent b3a09666fc
commit fdaef9e477

View File

@ -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