1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-02 22:17:45 +00:00

date -d supports - 1 year ago, 2 second, etc

This commit is contained in:
Sylvestre Ledru 2023-04-26 00:11:11 +02:00
parent 6f0e4ece9d
commit 825d240ef0
4 changed files with 47 additions and 3 deletions

2
Cargo.lock generated
View file

@ -2538,7 +2538,9 @@ version = "0.0.18"
dependencies = [
"chrono",
"clap",
"humantime_to_duration",
"libc",
"time",
"uucore",
"windows-sys 0.45.0",
]