Fix time docs 12-hour clock strftime format (#43)

This commit is contained in:
Otto Winter 2018-10-08 11:17:50 +02:00 committed by GitHub
parent 5d530d15a0
commit 4c92682aec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ with the current time representation of that format option.
------------- -------------------------------------------------------------- -------------------------
``%H`` **Hour** (24-hour clock) as a zero-padded decimal number 00, 01, ..., 23
------------- -------------------------------------------------------------- -------------------------
``%h`` **Hour** (12-hour clock) as a zero-padded decimal number 00, 01, ..., 12
``%I`` **Hour** (12-hour clock) as a zero-padded decimal number 00, 01, ..., 12
------------- -------------------------------------------------------------- -------------------------
``%p`` **AM or PM** designation AM, PM
------------- -------------------------------------------------------------- -------------------------