Skip to content

Commit d77ebf7

Browse files
committed
add support note
1 parent 669870a commit d77ebf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/datetime.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2676,7 +2676,8 @@ differences between platforms in handling of unsupported format specifiers.
26762676
``%:z`` was added for :meth:`~.datetime.strftime`.
26772677

26782678
.. versionadded:: 3.15
2679-
``%:z``, ``%F``, and ``%D`` were added for :meth:`~.datetime.strptime`.
2679+
``%:z``, ``%F``, ``%D``, and ``%t`` were added for
2680+
:meth:`~.datetime.strptime`.
26802681

26812682
Technical Detail
26822683
^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)