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
Transferred from internal JIRA issue originally created 2023-09-20.
A four-digit number is a valid DateTime, but it matches the NUMBER token, so it doesn’t get assigned correctly:
* valueDateTime = 2023
When trying to assign a number to a DateTime, check if the raw value of the assignment is a four-digit number. If so, allow it.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Transferred from internal JIRA issue originally created 2023-09-20.
A four-digit number is a valid DateTime, but it matches the NUMBER token, so it doesn’t get assigned correctly:
When trying to assign a number to a DateTime, check if the raw value of the assignment is a four-digit number. If so, allow it.
The text was updated successfully, but these errors were encountered: