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 no
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 fo
2 matches
Mail list logo