Bug 19089 - RFE: Making ls show dates with correct ordering for the locale
Summary: RFE: Making ls show dates with correct ordering for the locale
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: fileutils
Version: 7.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bernhard Rosenkraenzer
QA Contact: Aaron Brown
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-10-13 21:21 UTC by Christian Rose
Modified: 2007-04-18 16:29 UTC (History)
0 users

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-10-13 21:21:43 UTC
Embargoed:


Attachments (Terms of Use)

Description Christian Rose 2000-10-13 21:21:36 UTC
ls -l shows, on my glibc 2.1.94 system and with LC_ALL=sv_SE, a file entry
this way:

-rw-r--r--    1 menthos  menthos      5496 okt 13 22:00 index.html

This is wrong with the Swedish date convention, that is, day number should
always be placed before month. So the example above should really be

-rw-r--r--    1 menthos  menthos      5496 13 okt 22:00 index.html

Maybe this request for making the date ordering customizable could be
forwarded to the file-utils maintainers?

Comment 1 Bernhard Rosenkraenzer 2000-10-16 09:26:23 UTC
This would almost certainly break some scripts and applications, and probably POSIX compliance; therefore we won't do it as a Red Hat patch.

Please contact the maintainers of the base package (bug-fileutils) about this.

Comment 2 Christian Rose 2000-10-16 11:37:59 UTC
> Please contact the maintainers of the base package (bug-fileutils)
about this.

Done.


Note You need to log in before you can comment on or make changes to this bug.