dateutils icon indicating copy to clipboard operation
dateutils copied to clipboard

nifty command line date and time utilities; fast date calculations and conversion in the shell

Results 57 dateutils issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, if I run `echo "aprile" | dconv --from-locale it_IT -i "%B" | dateconv -f "%m"` I have `04`. If I choose "luglio" - july in Italian - and run...

When attempting to use `dateseq` to produce a list of days for a given month I've noticed it to include the last day of the prior month, for example: ```...

I'm trying to cross compile the package for arm, but turns out it also cross compiles "yuck" and then tries to use the cross compiled version which results in: ```...

Hi everyone, just noticed this oddity in `datediff`: ```shell $ datediff 14:14 16:47 9180s ``` The correct answer is 153 seconds. Which is incidentally 9180 divided by 60. So it...

```` FAIL: dtconv.071 ================ $ dconv @X16o --- "expected output 60467403" 2021-03-04 17:17:21.468894459 -0500 +++ "actual output 60467403" 2021-03-04 17:17:21.468894459 -0500 @@ -0,0 +1 @@ +1970-01-01T00:00:00 $? 1 ````

I need to get a timestamp few minutes from now, in local time, like this: `dateadd --format '%H.%M.%S' now +3m` However the result is given in UTC. How can I...

UTC date duration is my particular use case - how to zero (or space) pad to fixed width to line up in a column? Sample code ``` #!/bin/bash oldest=1529218800 #...

UTC date duration is my particular use case - how to zero (or space) pad to fixed width to line up in a column? Sample code ``` #!/bin/bash oldest=1529218800 #...

``` $ dateutils.ddiff -f "%d day(s), %H hour(s) and %M minute(s)" "2020-11-10 07:00" now 0 day(s), 4 hour(s) and 21 minute(s) ``` ``` $ dateutils.ddiff -f "%H hour(s) and %M...

Hi, I found that dateseq (version 0.4.7.git10.3793f3b) abnormally terminates when it receives "0B" for where "Month" is supposed to be. Example : ``` $ dateseq 2020-0B-01 2020-09-28 Assertion failed: ((signed...