Skip to content
New issue

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

error in date arithmetic subtraction with 1970-01-01Z #4747

Closed
davidnich opened this issue Aug 6, 2023 · 0 comments
Closed

error in date arithmetic subtraction with 1970-01-01Z #4747

davidnich opened this issue Aug 6, 2023 · 0 comments

Comments

@davidnich
Copy link
Contributor

correct:

prompt$ qore -nX '1970-01-01T00:00:01 - 1970-01-01'
<time: 1 second>

error:

prompt$ qore -nX '1970-01-01T00:00:01 - 1970-01-01Z'
1970-01-01 00:00:01.000000 Thu +01:00 (CET)
@davidnich davidnich added this to the 1.18.0 milestone Aug 6, 2023
@davidnich davidnich self-assigned this Aug 6, 2023
@davidnich davidnich added this to To do in Qore Development via automation Aug 6, 2023
@davidnich davidnich added the fixed label Aug 6, 2023
Qore Development automation moved this from To do to Done Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant