diff options
-rw-r--r-- | Help/command/string.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/command/string.rst b/Help/command/string.rst index b1ca2cb80d..86cbd2ece2 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`` |