Skip to content

Commit

Permalink
Fix US time format (24h vs 12h)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstoer committed Jul 22, 2023
1 parent 5cd0d21 commit 22f189d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const uint8_t NUMBER_OF_MOON_IMAGES = 32;
#ifdef DATE_TIME_FORMAT_US
int timePosX = 29;
#define UI_DATE_FORMAT "%m/%d/%Y"
#define UI_TIME_FORMAT "%H:%M:%S %P"
#define UI_TIME_FORMAT "%I:%M:%S %P"
#define UI_TIME_FORMAT_NO_SECONDS "%I:%M %P"
#define UI_TIMESTAMP_FORMAT (UI_DATE_FORMAT + " " + UI_TIME_FORMAT)
#else
Expand Down

0 comments on commit 22f189d

Please sign in to comment.