8000 gh-115315: Update time.rst to include microseconds field (%f) in chart by TahomaSoft · Pull Request #115316 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-115315: Update time.rst to include microseconds field (%f) in chart #115316

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Feb 27, 2024
4 changes: 4 additions & 0 deletions Doc/library/time.rst
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,10 @@ Functions
| ``%S`` | Second as a decimal number [00,61]. | \(2) |
| | | |
+-----------+------------------------------------------------+-------+
| ``%f` | Microseconds as a decimal number | |
| | [000000,999999]. | |
| | | |
+-----------+------------------------------------------------+-------+
| ``%U`` | Week number of the year (Sunday as the first | \(3) |
| | day of the week) as a decimal number [00,53]. | |
| | All days in a new year preceding the first | |
Expand Down
0