mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-5934 Fix parsing problem found in J, keep C in sync
X-SVN-Rev: 22714
This commit is contained in:
parent
8ff91512c3
commit
3cd078fd3e
1 changed files with 1 additions and 0 deletions
|
@ -1785,6 +1785,7 @@ int32_t SimpleDateFormat::subParse(const UnicodeString& text, int32_t& start, UC
|
|||
case UDAT_TIMEZONE_FIELD:
|
||||
case UDAT_TIMEZONE_RFC_FIELD:
|
||||
case UDAT_TIMEZONE_GENERIC_FIELD:
|
||||
case UDAT_TIMEZONE_SPECIAL_FIELD:
|
||||
{
|
||||
// First try to parse generic forms such as GMT-07:00. Do this first
|
||||
// in case localized DateFormatZoneData contains the string "GMT"
|
||||
|
|
Loading…
Add table
Reference in a new issue