string(TIMESTAMP): Add %V specifier for ISO 8601 week number

In ISO 8601 weeks begin with Monday. The first week of
the year is the week which contains the first Thursday
of the year.
This commit is contained in:
Antons Jeļkins
2021-07-21 15:52:45 +02:00
parent a915f691ad
commit aafa392c12
5 changed files with 35 additions and 2 deletions

View File

@@ -493,6 +493,11 @@ specifiers:
``%U``
The week number of the current year (00-53).
``%V``
.. versionadded:: 3.22
The ISO 8601 week number of the current year (01-53).
``%w``
The day of the current week. 0 is Sunday. (0-6)