diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-09-22 12:02:21 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-09-22 12:02:21 +0200 |
| commit | 822cfce3df53301d9f9f4c14bd8a0cb2a1956e2e (patch) | |
| tree | a7f0a380b52fe66e99afbd48ce59ff50a76e426e /docs | |
| parent | baa33cd8faa16737524b1ac355802a10dd63571c (diff) | |
Fixed #18951 -- Formatting of microseconds.
Thanks olofom at gmail com for the report.
Diffstat (limited to 'docs')
| -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 514953d666..07ac284905 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -1251,7 +1251,7 @@ S English ordinal suffix for day of the ``'st'``, ``'nd'``, month, 2 characters. t Number of days in the given month. ``28`` to ``31`` T Time zone of this machine. ``'EST'``, ``'MDT'`` -u Microseconds. ``0`` to ``999999`` +u Microseconds. ``000000`` to ``999999`` U Seconds since the Unix Epoch (January 1 1970 00:00:00 UTC). w Day of the week, digits without ``'0'`` (Sunday) to ``'6'`` (Saturday) |
