This commit is contained in:
Kowalski Dragon
2022-12-19 22:43:32 +01:00
committed by GitHub
parent fa87216a1e
commit 2bdc34274f
4 changed files with 149 additions and 0 deletions

View File

@@ -51,6 +51,9 @@ void locale_format_time(
} else {
am_pm = 1;
}
if(hours == 0) {
hours = 12;
}
}
if(show_seconds) {