[2/5] Define time_fmt_ampm, change from an empty string
Checks
Context |
Check |
Description |
redhat-pt-bot/TryBot-apply_patch |
success
|
Patch applied to master at the time it was sent
|
linaro-tcwg-bot/tcwg_glibc_check--master-aarch64 |
success
|
Testing passed
|
linaro-tcwg-bot/tcwg_glibc_build--master-aarch64 |
success
|
Testing passed
|
linaro-tcwg-bot/tcwg_glibc_build--master-arm |
success
|
Testing passed
|
linaro-tcwg-bot/tcwg_glibc_check--master-arm |
success
|
Testing passed
|
Commit Message
From: RushingAlien <rushing27alien@gmail.com>
Currently, time_fmpt_ampm is set to an empty string, causing some
programs to not be able to display time in the 12-hour format. This
commit changes it from an empty string to "%I:%M:%S %p"
---
localedata/locales/id_ID | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -120,7 +120,7 @@ date_fmt "%a %d %b %Y %r %Z"
d_fmt "%d//%m//%y"
t_fmt "%T"
am_pm "AM";"PM"
-t_fmt_ampm ""
+t_fmt_ampm "%I:%M:%S %p"
week 7;19971130;1
END LC_TIME