Skip to content

Commit a7e2f6c

Browse files
rolandgeiderfelixxm
authored andcommitted
[3.1.x] Fixed typo in docs/ref/templates/builtins.txt.
Backport of 3363cf4 from master
1 parent 558c100 commit a7e2f6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ref/templates/builtins.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@ Format character Description Example output
14221422
always negative, and for those east of
14231423
UTC is always positive.
14241424
**Date/Time**
1425-
``c`` ISO 8601 format. (Note: unlike others ``2008-01-02T10:30:00.000123+02:00``,
1425+
``c`` ISO 8601 format. (Note: unlike other ``2008-01-02T10:30:00.000123+02:00``,
14261426
formatters, such as "Z", "O" or "r", or ``2008-01-02T10:30:00.000123`` if the datetime is naive
14271427
the "c" formatter will not add timezone
14281428
offset if value is a naive datetime

0 commit comments

Comments
 (0)