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

[I] ✘  ~/bin  dateutils.ddiff now tomorrow -f '%H hours, %M minutes, %S seconds.' 24 hours, 0 minutes, 0 seconds. [I] ~/bin  dateutils.ddiff now 2018-10-12T8:00:00 -f '%H hours,...

``` polar@center:/home/polar ddiff --version datediff 0.4.1 polar@center:/home/polar ddiff -i "%Y-%m-%d %T" -i "%ss" -f "%yy %mm %dd %HH %MM %SS" 12s 15s 0y 0m 0d 0H 0M 0S polar@center:/home/polar ddiff...

I couldn't figure out from the documentation how to get floating point result from `datediff`. I'd like to get decimal duration in hours (`?` stands for modifier I'd like to...

Hi, the manpage clearly says: ``` Time specs: %H The hour of the day using a 24h clock, 2 digits (range 00 to 23) ``` However: ``` > datediff 07:00...

dateutils.dseq 2018-03-05 2018-05-15 -f '%F %a %c %u' | dateutils.dgrep '%c=04' Expected output: ``` 2018-03-22 Thu 04 04 2018-03-23 Fri 04 05 2018-03-24 Sat 04 06 2018-03-25 Sun 04 07...

Seg fault with --from-zone: ➜ ~ datezone --input-format='%m/%d/%Y,%H:%M' --from-zone='America/New_York' UTC '03/14/2017,11:30' 2017-03-14T15:30:00+00:00 UTC [1] 17672 segmentation fault (core dumped) datezone --input-format='%m/%d/%Y,%H:%M' --from-zone='America/New_York' UTC Same input without --from-zone works: ➜ ~...

Hey, dateadd seems to use minute as month: ``` $ dateadd -i %y%m%d 000000 +1m -f %m%d 0100 $ dateadd -i %y%m%d 000000 +1mo -f %m%d 0100 ``` What's the...

There seems to be a build ordering issue or something. ``` $ make Making all in build-aux make yuck-bootstrap CC yuck_bootstrap-yuck.o CCLD yuck-bootstrap GEN yuck.m4i GEN yuck.yucc make all-am CC...

``` diff --git a/build-aux/yuck.c b/build-aux/yuck.c index 225d8833..3c3d33d5 100644 --- a/build-aux/yuck.c +++ b/build-aux/yuck.c @@ -38,6 +38,9 @@ # include "config.h" #endif /* HAVE_CONFIG_H */ /* for fgetln() */ +#if !defined __BSD_VISIBLE...

Hello, dateadd 1600-12-31 0 produces: dadd: Error: cannot parse duration string `1600-12-31' (1600-12-31 was expected) another example: dateround 4094-01-01 Jun Sun produces: 0000-00-00 (4094-06-06 was expected) Please make dateutils work...