Re: [PATCH] date: permit compatible dates in -d option

2020-10-28 Thread David Leonard
I'd like to withdraw this patch. It turns out that hwclock was not the cause. On Fri, 16 Oct 2020, David Leonard wrote: When FEATURE_DATE_COMPAT is enabled, also permit POSIX-style MMDDHHMM[[CC]YY] formats to be used with -d. This form is used by ancient versions of hwclock. --- coreutils/d

[PATCH] date: permit compatible dates in -d option

2020-10-15 Thread David Leonard
When FEATURE_DATE_COMPAT is enabled, also permit POSIX-style MMDDHHMM[[CC]YY] formats to be used with -d. This form is used by ancient versions of hwclock. --- coreutils/date.c | 50 +--- testsuite/date/date-compat-works | 7 + 2 files changed,