Remove duplicate datetime URL in Settings docs

This commit is contained in:
Justin Mayer 2019-12-28 09:48:07 +01:00
commit 6a9aa1dca8

View file

@ -645,7 +645,7 @@ Time and Date
the language name (``lang`` metadata in your post content) as the key. 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 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, ``%`` 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 ``%d/%m/%Y`` will output ``01/01/2014`` whereas ``%-d/%-m/%Y`` will result
in ``1/1/2014``. in ``1/1/2014``.
@ -696,8 +696,6 @@ Time and Date
.. [#] Default is the system locale. .. [#] 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 .. _locales on Windows: http://msdn.microsoft.com/en-us/library/cdax410z%28VS.71%29.aspx
.. _locale(1): https://linux.die.net/man/1/locale .. _locale(1): https://linux.die.net/man/1/locale