touch -m -h -d 2009-10-10 link
$ ./target/release/coreutils touch -m -h -d 2009-10-10 link
thread 'main' panicked at 'Unable to parse date
Invalid day.', src/uu/touch/src/touch.rs:243:19
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
With
works with gnu
but fails on us with
Code is in:
https://github.com/uutils/coreutils/blob/master/src/uu/touch/src/touch.rs#L243