Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2018 02:55:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        standards@FreeBSD.org
Subject:   [Bug 225864] malformed dates with current Catalan timedef files
Message-ID:  <bug-225864-99-LPRXCl7F8i@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-225864-99@https.bugs.freebsd.org/bugzilla/>
References:  <bug-225864-99@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225864

--- Comment #8 from Robert Buj Gelonch <rbuj@fedoraproject.org> ---
(In reply to Yuri Pankov from comment #6)

1. You should remove leading zeros in day and month numbers; change %e with
%-e; %d with %-d; %m with %-m:

# c_fmt
%A, %-e %B de %Y a les %H:%M:%S

# date_fmt (EEEE, d MMMM 'de' y 'a' 'les' H:mm:ss zzzz)
%A, %-e %B de %Y a les %H:%M:%S %Z

# x_fmt (d/M/yy)
%-d/%-m/%y

2. You should change Long month names (without case ending) which are not e=
qual
to Long month names (as in a date):

# Long month names (without case ending)
gener
febrer
mar=C3=A7
abril
maig
juny
juliol
agost
setembre
octubre
novembre
desembre

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225864-99-LPRXCl7F8i>