diff options
| author | Roland Geider <roland@geider.net> | 2021-01-04 07:34:53 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-01-04 07:35:34 +0100 |
| commit | a7e2f6c2578443779f516b15e62a651f5ba10636 (patch) | |
| tree | 28f245b1ae2658583e6d7f71143a759ea33affde /docs/ref | |
| parent | 558c1001819d6edf449e0e1adfa06285d79df69d (diff) | |
[3.1.x] Fixed typo in docs/ref/templates/builtins.txt.
Backport of 3363cf42255b7a960902ab561613460ebe777331 from master
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/templates/builtins.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index a2e1eeecc6..03e6eb0ed4 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 |
