From 3363cf42255b7a960902ab561613460ebe777331 Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Mon, 4 Jan 2021 07:34:53 +0100 Subject: [PATCH] Fixed typo in docs/ref/templates/builtins.txt. --- docs/ref/templates/builtins.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 17528cea187..02b63db2485 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -1422,7 +1422,7 @@ Format character Description Example output always negative, and for those east of UTC is always positive. **Date/Time** -``c`` ISO 8601 format. (Note: unlike others ``2008-01-02T10:30:00.000123+02:00``, +``c`` ISO 8601 format. (Note: unlike other ``2008-01-02T10:30:00.000123+02:00``, formatters, such as "Z", "O" or "r", or ``2008-01-02T10:30:00.000123`` if the datetime is naive the "c" formatter will not add timezone offset if value is a naive datetime