ouuan opened this issue 4 years ago · 1 comments
When running datediff -i "%s%N" 1100000000000000000 1000000000000000000, I got the error: ddiff: Error: reference DATE must be specified.
datediff -i "%s%N" 1100000000000000000 1000000000000000000
ddiff: Error: reference DATE must be specified
This happens since bd914df. Before that commit, the output is -100000000s.
-100000000s
Hey Yufan, thanks for the report. I didn't even know that was possible.
I submitted a quick fix in a975812.