You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Up to ICU 71.1 a user could submit a date like Feb 3, 2010, 04:05 AM which was properly handle by the DateTimeToLocalizedStringTransformer. With ICU 72+ this no longer works as the format ICU expects has slightly changed for many different date formats (for example, in the example string it expects a "thin space" before AM).
How to reproduce
see the DateTimeToLocalizedStringTransformerTest:: testReverseTransformFromDifferentLocale() test
xabbuh
changed the title
Compatibility with ICU > 7.1 in DateTimeToLocalizedStringTransformer
[Form] compatibility with ICU > 7.1 in DateTimeToLocalizedStringTransformerApr 8, 2025
Uh oh!
There was an error while loading. Please reload this page.
Symfony version(s) affected
6.4, 7.2, 7.3
Description
Up to ICU 71.1 a user could submit a date like
Feb 3, 2010, 04:05 AM
which was properly handle by theDateTimeToLocalizedStringTransformer
. With ICU 72+ this no longer works as the format ICU expects has slightly changed for many different date formats (for example, in the example string it expects a "thin space" beforeAM
).How to reproduce
see the
DateTimeToLocalizedStringTransformerTest:: testReverseTransformFromDifferentLocale()
testPossible Solution
No response
Additional Context
ICU 72 release notes
The text was updated successfully, but these errors were encountered: