diff options
Diffstat (limited to 'Doc/library/datetime.rst')
-rw-r--r-- | Doc/library/datetime.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 868cbd8..e4aac1a 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -1498,8 +1498,6 @@ values. If they're used anyway, ``0`` is substituted for them. which expands to the number of microseconds in the object, zero-padded on the left to six places. -.. versionadded:: 2.6 - For a naive object, the ``%z`` and ``%Z`` format codes are replaced by empty strings. |