mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-03-01 03:51:36 +01:00
Fix time docs 12-hour clock strftime format (#43)
This commit is contained in:
parent
5d530d15a0
commit
4c92682aec
@ -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
|
||||
------------- -------------------------------------------------------------- -------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user