git: ls(1): New long format for named locales

John Marino marino at crater.dragonflybsd.org
Sun Nov 22 11:49:38 PST 2015


commit c0a9d818d37fe13ff33ba651056e33434690a20f
Author: John Marino <draco at marino.st>
Date:   Sun Nov 22 20:45:10 2015 +0100

    ls(1): New long format for named locales
    
    The use of the basic version of ISO 8601 was not very popular.  After
    a discussion on IRC, the Long Format of named locales is the following:
    
      DD-MMM-YYYY hh:mm
    
      DD is day number with leading zeros
     MMM is abbreviated month *in english* (regardless of locale)
    YYYY is 4-digit year
      hh is 24-hour with leading zeros
      ss is seconds with leading zeros

Summary of changes:
 bin/ls/ls.1    |  4 ++--
 bin/ls/print.c | 10 +++++++---
 2 files changed, 9 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c0a9d818d37fe13ff33ba651056e33434690a20f


-- 
DragonFly BSD source repository



More information about the Commits mailing list