[Bug localedata/34354] New: date_fmt for fo_FO locale is wrong
heini at teldni dot fo via Glibc-bugs <[email protected]> Sun, 05 Jul 2026 21:14:00 +0000
| Newsgroups | gmane.comp.lib.glibc.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://sourceware.org/bugzilla/show_bug.cgi?id=34354
Bug ID: 34354
Summary: date_fmt for fo_FO locale is wrong
Product: glibc
Version: 2.39
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: localedata
Assignee: unassigned at sourceware dot org
Reporter: heini at teldni dot fo
Target Milestone: ---
date_fmt for faroese (FO) is
date_fmt "%1 tann %-e. %B %Y klokkan %T (UTC%z)"
Should be
date_fmt "%A tann %-e. %B %Y klokkan %T (UTC%z)"
As it is now date prints %1 instead of name of day
%1 tann 5. juli 2026 klokkan 22:08:59 (UTC+0100)
instead of
sunnudagur tann 5. juli 2026 klokkan 22:08:59 (UTC+0100)
--
You are receiving this mail because:
You are on the CC list for the bug.