Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Apache Flex 4.12.0
-
None
-
None
Description
when using the letter Z in a dateFormatter formatString, it's interpreted in SDK 4.12 to mean the literal string "GMT".
in SDK 4.6, it's interpreted to mean a literal "Z".
This messes with legacy dates that are using the literal letter Z.
formatters saving dates to a server as formatString="YYYY-MM-DD JJ:NN:SSZ" are going to now save them with a "GMT" on the end, instead of "Z"
I suggest letting both "Z" and "GMT" be literal strings, and wherever possible, don't break previous versions of the sdk