diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/templates.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates.txt b/docs/templates.txt index 955922811b..53bd431e96 100644 --- a/docs/templates.txt +++ b/docs/templates.txt @@ -552,7 +552,7 @@ Available format strings: s Seconds, 2 digits with leading zeros. ``'00'`` to ``'59'`` S English ordinal suffix for day of the ``'st'``, ``'nd'``, ``'rd'`` or ``'th'`` month, 2 characters. - t Not implemented. + t Number of days in the given month. ``28`` to ``31`` T Time zone of this machine. ``'EST'``, ``'MDT'`` U Not implemented. w Day of the week, digits without ``'0'`` (Sunday) to ``'6'`` (Saturday) |
