This commit is contained in:
VerstreuteSeele
2022-12-19 23:40:39 +01:00
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) {