*** This bug is a duplicate of bug 2142588 ***
    https://bugs.launchpad.net/bugs/2142588

This works in questing rust-coreutils 0.2.2-0ubuntu2.1:

$ date +"%F %T" --date @1773079891
2026-03-09 15:11:31

But it fails in resolute rust-coreutils 0.6.0-0ubuntu1:
$ date +"%F %T" --date @1773079891
date: extra operand '--date'


rust-coreutils 0.6.0 wants a different order:
$ /usr/lib/cargo/bin/coreutils/date --date @1773079891 +"%F %T"
2026-03-09 18:11:31


And looks like it produces different output as well, but that's a different 
matter right now...

This bug is a duplicate of
https://bugs.launchpad.net/ubuntu/+source/rust-coreutils/+bug/2142588

** This bug has been marked a duplicate of bug 2142588
   date: gnu date allows options after format

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2143699

Title:
  date: extra operand `--date`

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/2143699/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to