This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug localedata/297] Strange date format for Finnish


------- Additional Comments From pere at hungry dot com  2005-01-14 18:27 -------
Created an attachment (id=367)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=367&action=view)
Patch to fix date_fmt for fi_FI

If I understand correctly, you want to change date_fmt for fi_FI like
this:

--- fi_FI	31 Oct 2004 23:42:26 -0000	1.18
+++ fi_FI	14 Jan 2005 18:24:50 -0000
@@ -2188,9 +2188,8 @@ d_fmt    "%d.%<U
 t_fmt	  "%T"
 am_pm	  "";""
 t_fmt_ampm  ""
-date_fmt	"%a %Bn %/
-e. %H:%M:%/
-S %Z %Y"
+date_fmt	"%a %-d.%\
+-m.%Y %T %z"
 first_weekday 2 % Monday
 first_workday 2 % Monday
 END LC_TIME

The attached patch will do this change.

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=297

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]