From cc6f9963347300cbff42a2684271606df2c58458 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Tue, 8 Feb 2011 08:55:53 +0100 Subject: [PATCH] [Locale] add a list of unimplemented date format keywords --- src/Symfony/Component/Locale/Stub/StubIntlDateFormatter.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Component/Locale/Stub/StubIntlDateFormatter.php b/src/Symfony/Component/Locale/Stub/StubIntlDateFormatter.php index 3330e95fcf..e08f5973c6 100644 --- a/src/Symfony/Component/Locale/Stub/StubIntlDateFormatter.php +++ b/src/Symfony/Component/Locale/Stub/StubIntlDateFormatter.php @@ -49,6 +49,7 @@ class StubIntlDateFormatter $dateTime->setTimestamp($timestamp); $dateTime->setTimezone($this->dateTimeZone); + // not implemented: YuwWFgecSAZvVW $specialChars = 'MLydGQqhDEaHkKmsz'; $specialCharsArray = str_split($specialChars); $specialCharsMatch = implode('|', array_map(function($char) {