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
The 'c' format produces invalid ISO8601 dates for years 10000
and above. This is not necessarily wrong, but the documentation
should warn about this explicitly.
Copy file name to clipboardExpand all lines: reference/datetime/datetimeinterface/format.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -321,7 +321,7 @@
321
321
</row>
322
322
<row>
323
323
<entry><literal>c</literal></entry>
324
-
<entry>ISO 8601 date</entry>
324
+
<entry>ISO 8601 date. Only compatible with the non-expanded format (up to year 9999). Later dates will result in an invalid string. For later dates and expanded format, see <literal>x</literal> and <literal>X</literal>.</entry>
0 commit comments