Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Form] properly parse dates before the Gregorian calendar#31374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
xabbuh commentedMay 3, 2019
| Q | A |
|---|---|
| Branch? | 3.4 |
| Bug fix? | yes |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no |
| Tests pass? | yes |
| Fixed tickets | #29610#31057 |
| License | MIT |
| Doc PR |
...mfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
...mfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
nicolas-grekas commentedMay 11, 2019
Status: needs work |
javiereguiluz commentedJul 17, 2019
Could any Windows user please help us debug the failing test? Thanks. |
nicolas-grekas commentedJul 18, 2019
Could the failure be related to an old version of intl? |
ro0NL commentedJul 18, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
i wasnt able to reproduce with ICU 52.1 on Linux |
This PR was merged into the 3.4 branch.Discussion----------[Intl] relax some date parser patterns| Q | A| ------------- | ---| Branch? | 3.4| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets || License | MIT| Doc PR |While debugging the failures in#31374 I realised that the `IntlDateFormatter` from the Intl component parses dates more strictly than PHP's `IntlDateFormatter` class does.Commits-------7d0793a relax some date parser patterns
xabbuh commentedFeb 10, 2020
closing here as I don't know how to make tests succeed on AppVeyor |