Bug#788111: dateutils: Problems with input and output formats

2018-02-02 Thread Thorsten Alteholz
Hi Andrew, in your first example you use %y. According to the man page this is: %y The year without a century (range 00 to 99) So with "2015" at the beginning of the date, there are really two digits too much and the error is correct. The %d-problem seems to be fixed in the latest version

Bug#788111: dateutils: Problems with input and output formats

2015-06-08 Thread Andrew Gallagher
Package: dateutils Version: 0.3.1-1.1 Severity: normal Dear Maintainer, The input format %y does not work as per the documentation. Only %Y works: andrewg@xen:~$ dateutils.ddiff -i %y%m%d%H%M%S -f %S now 20150407075744 ddiff: cannot make sense of `20150407075744' using the given input formats