dateutils
dateutils copied to clipboard
nifty command line date and time utilities; fast date calculations and conversion in the shell
In the `dateconv` manpage it says that `-b` is used for underspecified inputs, and that it defaults to the current date and time, which makes it sounds like the following...
0.3.1 fails to build on mipsel due to test faillures. Logs here: https://buildd.debian.org/status/fetch.php?pkg=dateutils&arch=mipsel&ver=0.3.1-1&stamp=1413396392
An example: ``` $ dseq 2013-02-30 2013-02-30 2013-02-28 ``` Not sure if you'd like to consider this an error and fail, but in scripts it could cause problems, where the...
The title of [your web site](https://www.fresse.org/dateutils/) has a typo: "datuetils" should be "dateutils".
It's been `$( datediff 2022-05-25 now )` days. :)
Is there a way to show human readable date differences? Most specifically, given the expiry date of a certificate, I can get raw output of number of days until expiry...
The following command "succeeds" without any hint about the erroneous time zone: `dateutils.dadd --zone=NonExistingTimeZone now +2h` The same applies to option "--from-zone". Such a lack of validation is generally bad...
How do i get epoc milliseconds from a custom date `dateconv "20220518181552" -i '%Y%m%d%H%M%S' -f %rs` gives me epoch second But how do i get milli second
It worked with tzdata-2022f. ``` FAIL: dzone.008 =============== $ dzone --prev Asia/Singapore 2014-02-22 --- "expected output 6394954b" 2022-12-10 09:49:37.048324670 +0000 +++ "actual output 6394954b" 2022-12-10 09:49:37.048324670 +0000 @@ -1 +1...
Hello, I wanted to use the special `now` of `dateutils.dround` with a specific time zone (`-z Europe/Berlin`), but after testing it a little bit and comparing the results with `date...