bpo-33381: [doc] strftime's %f option may pad zeros on the left or the right (GH-29801)

This commit is contained in:
Vishal Pandey 2021-11-30 16:31:44 +05:30 committed by GitHub
parent 9a5dec4e97
commit f97ec09baf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2359,8 +2359,8 @@ requires, and these work on all platforms with a standard C implementation.
| | decimal number. | | \(9) |
+-----------+--------------------------------+------------------------+-------+
| ``%f`` | Microsecond as a decimal | 000000, 000001, ..., | \(5) |
| | number, zero-padded on the | 999999 | |
| | left. | | |
| | number, zero-padded to 6 | 999999 | |
| | digits. | | |
+-----------+--------------------------------+------------------------+-------+
| ``%z`` | UTC offset in the form | (empty), +0000, | \(6) |
| | ``±HHMM[SS[.ffffff]]`` (empty | -0400, +1030, | |