Skip to content

Commit 22f189d

Browse files
committed
Fix US time format (24h vs 12h)
1 parent 5cd0d21 commit 22f189d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const uint8_t NUMBER_OF_MOON_IMAGES = 32;
9999
#ifdef DATE_TIME_FORMAT_US
100100
int timePosX = 29;
101101
#define UI_DATE_FORMAT "%m/%d/%Y"
102-
#define UI_TIME_FORMAT "%H:%M:%S %P"
102+
#define UI_TIME_FORMAT "%I:%M:%S %P"
103103
#define UI_TIME_FORMAT_NO_SECONDS "%I:%M %P"
104104
#define UI_TIMESTAMP_FORMAT (UI_DATE_FORMAT + " " + UI_TIME_FORMAT)
105105
#else

0 commit comments

Comments
 (0)