8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda9c8c commit f2b7874Copy full SHA for f2b7874
src/Symfony/Component/Form/Extension/Core/Type/DateTimeType.php
@@ -54,7 +54,7 @@ class DateTimeType extends AbstractType
54
* yet. To temporarily circumvent this issue, DateTimeToRfc3339Transformer
55
* is used when the format matches this constant.
56
*/
57
- const HTML5_FORMAT = "yyyy-MM-dd'T'HH:mm:ssZZZZZ";
+ const HTML5_FORMAT = "yyyy-MM-dd'T'HH:mm:ss";
58
59
private static $acceptedFormats = array(
60
\IntlDateFormatter::FULL,
0 commit comments