[Bug 225864] malformed dates with current Catalan timedef files

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Oct 29 02:55:08 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225864

--- Comment #8 from Robert Buj Gelonch <rbuj at 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 equal
to Long month names (as in a date):

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

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


More information about the freebsd-standards mailing list