We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Hey Yufan, thanks for the report. I didn't even know that was possible.
I submitted a quick fix in a975812.
Sorry, something went wrong.
No branches or pull requests
When running
datediff -i "%s%N" 1100000000000000000 1000000000000000000
, I got the error:ddiff: Error: reference DATE must be specified
.This happens since bd914df. Before that commit, the output is
-100000000s
.The text was updated successfully, but these errors were encountered: