Closed JacksonChen666 closed 7 months ago
How exactly does this improve on the functionality of the standard date
command from coreutils?
I don't foresee this being particularly complicated to package, but it seems like a crutch for not learning how to use the standard version of date
properly.
Unless I'm missing something this doesn't add any functionality that date and maybe some basic control flow couldn't provide.
Upon further contemplation, eh yeah this is actually widely packaged and provides some nice utilities. I guess I can give compiling it a try.
I'd like to add my voice as well. Dateutils
simplifies many useful datetime operations over the range of different datetime formats (and while many of these operations can be done by common utils like date
and printf
, the usage of dateutils makes it more readable with less code).
To be more specific datediff, dateround, strptime
have shown their value in my use case (I started with the common utils in my mind but ended with dateutils
). Also the package seems to me as very good from the point of code quality (history, maintainer, commit frequency).
Right, I assigned myself the issue so I wouldn't forget about it. Went on vacation. And promptly forgot about it.
Sorry about that. I'll see about getting it building.
Thanks a lot @TomJo2000 for your work!
Biswa got it working.
Why is it worth to add this package?
dateutils is a collection of command line tools for date related stuff. The dateutils tools could be used in shell scripts when dealing with dates, or just in general on the command line.
Home page URL
https://www.fresse.org/dateutils/
Source code URL
https://github.com/hroptatyr/dateutils
Packaging policy acknowledgement
Additional information
No response