git: date(1): Add '-I' flag to output in ISO 8601 format

Aaron LI aly at crater.dragonflybsd.org
Wed Feb 16 06:07:07 PST 2022


commit 03bd0151ea849e63b245febd835ce48ef9edfbdf
Author: Aaron LI <aly at aaronly.me>
Date:   Wed Feb 16 18:42:30 2022 +0800

    date(1): Add '-I' flag to output in ISO 8601 format
    
    The '-I' flag accepts arguments of 'date', 'hours', 'minutes', and
    'seconds', and makes date(1) output the date in ISO 8601 format.
    
    This change is derived from FreeBSD (revision 337332).

Summary of changes:
 bin/date/date.1 | 51 ++++++++++++++++++++++++++++++++++++++++++-
 bin/date/date.c | 67 +++++++++++++++++++++++++++++++++++++++++++++++----------
 2 files changed, 106 insertions(+), 12 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/03bd0151ea849e63b245febd835ce48ef9edfbdf


-- 
DragonFly BSD source repository


More information about the Commits mailing list