From 7d25ae7350794127f7393a227ea9795637e41fdf Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 14 Oct 2022 11:28:38 -0400 Subject: Help: Add versionadded for string(TIMESTAMP) %f specifier This was accidentally left out of commit c050d6a01e (string(TIMESTAMP): add %f specifier for microseconds, 2022-01-27, v3.23.0-rc1~59^2). --- Help/command/string.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Help/command/string.rst b/Help/command/string.rst index b1ca2cb..86cbd2e 100644 --- a/Help/command/string.rst +++ b/Help/command/string.rst @@ -491,6 +491,8 @@ specifiers: The second of the current minute. 60 represents a leap second. (00-60) ``%f`` + .. versionadded:: 3.23 + The microsecond of the current second (000000-999999). ``%U`` -- cgit v0.12