forked from github/pelican
Remove duplicate datetime URL in Settings docs
This commit is contained in:
parent
48f6275134
commit
6a9aa1dca8
1 changed files with 1 additions and 3 deletions
|
|
@ -645,7 +645,7 @@ Time and Date
|
|||
the language name (``lang`` metadata in your post content) as the key.
|
||||
|
||||
In addition to the standard C89 strftime format codes that are listed in
|
||||
`Python strftime documentation`_, you can use the ``-`` character between
|
||||
`Python datetime documentation`_, you can use the ``-`` character between
|
||||
``%`` and the format character to remove any leading zeros. For example,
|
||||
``%d/%m/%Y`` will output ``01/01/2014`` whereas ``%-d/%-m/%Y`` will result
|
||||
in ``1/1/2014``.
|
||||
|
|
@ -696,8 +696,6 @@ Time and Date
|
|||
|
||||
.. [#] Default is the system locale.
|
||||
|
||||
.. _Python strftime documentation: https://docs.python.org/library/datetime.html#strftime-strptime-behavior
|
||||
|
||||
.. _locales on Windows: http://msdn.microsoft.com/en-us/library/cdax410z%28VS.71%29.aspx
|
||||
|
||||
.. _locale(1): https://linux.die.net/man/1/locale
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue