Bug 7724

Summary: fileutils uses intrnal strftime and not glibc's one
Product: [Retired] Red Hat Linux Reporter: Kostas Georgiou <k.georgiou>
Component: fileutilsAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 6.1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-01-18 13:33:13 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Kostas Georgiou 1999-12-10 10:57:43 UTC
ls in fileutils can't handle LC_TIME because it uses its own strftime
instead of glibc's. Looking at configure it looks like glibc strftime isn't
accepted because it can't handle the %f format (part of POSIX 2 it says)
since from what i've seen the only component in fileutils that needs
strftime is ls and it doesn't use the %f it should be possible to compile
with glibc's strftime.

Not really a big deal but it should be nice to have ls displaying dates
in the users locale.

Comment 1 Bernhard Rosenkraenzer 2000-01-18 13:33:59 UTC
fileutils in rawhide uses its internal strftime() only on systems that don't
have strftime.