date: date doesn't accept spaces after month
Author: Devel08Created Sep 17, 2026Updated Sep 17, 2026
LabelsU - date
discovered by @cakebaker in https://github.com/uutils/coreutils/pull/14614 uutils:
$ cargo run date -d "01.01. 2008 3:00 p.m."
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
Running `target/debug/coreutils date -d '01.01. 2008 3:00 p.m.'`
date: invalid date '01.01. 2008 3:00 p.m.'GNU:
$ date -d "01.01. 2008 3:00 p.m."
Tue Jan 1 03:00:00 PM EET 2008Source: uutils/coreutils