bpo-33381: [doc] strftime's %f option may pad zeros on the left or th… · python/cpython@3975142

GitHub

Original file line numberDiff line numberDiff line change@@ -2359,8 +2359,8 @@ requires, and these work on all platforms with a standard C implementation.

23592359|| decimal number. ||\(9) |

23602360+-----------+--------------------------------+------------------------+-------+

23612361| ``%f`` | Microsecond as a decimal | 000000, 000001, ..., |\(5) |

2362-|| number, zero-padded on the| 999999 ||

2363-||left. |||

2362+|| number, zero-padded to 6 | 999999 ||

2363+||digits.|||

23642364+-----------+--------------------------------+------------------------+-------+

23652365| ``%z`` | UTC offset in the form | (empty), +0000, |\(6) |

23662366|| ``±HHMM[SS[.ffffff]]`` (empty | -0400, +1030, ||