Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Jul 2016 08:05:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 210838] Weekday missing in default date(1) output in some locales
Message-ID:  <bug-210838-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help

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

            Bug ID: 210838
           Summary: Weekday missing in default date(1) output in some
                    locales
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: sneakywumpus@gmail.com

The default output of date(1) is missing the weekday in at least the
de_DE.UTF-8 locale.

% uname -a
FreeBSD clarence.ocp.lan 11.0-ALPHA6 FreeBSD 11.0-ALPHA6 #0 r302324: Sun Jul  3
21:27:41 CEST 2016    
thomas@clarence.ocp.lan:/usr/obj/usr/src/sys/GENERIC-NODEBUG  amd64
% env LANG=C date
Tue Jul  5 09:57:13 CEST 2016
% env LANG=en_US.UTF-8 date
Tuesday, July  5, 2016 at 09:57:21 AM CEST
% env LANG=de_DE.UTF-8 date                                                     
 5. Juli 2016 um 10:01:17 CEST

-- 
You are receiving this mail because:
You are the assignee for the bug.


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