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
A user of the jsonata-java lib (see #275) fixed this issue in $toMillis (a logic error): dashjoin/jsonata-java#42
The original (one line) fix is in this pull request dashjoin/jsonata-java#41 and the test case is here https://github.com/dashjoin/jsonata-java/blob/5ba7416e1dd822444e2fa50fea3fe32453a9acf3/src/test/java/com/dashjoin/jsonata/DateTimeTest.java
As we are based on the same impl DateTimeUtils.analyseDateTimePicture is also affected.
Expression:
$toMillis('2018th', '[Y0001;o]')
Expected output
1514764800000
Actual output
index out of bounds exception
The text was updated successfully, but these errors were encountered:
Fix: Picture string with ordinal not parsed correctly. IBM#310
168caac
Fix: Picture string with ordinal not parsed correctly. #310 (#311)
e4dd7b3
No branches or pull requests
A user of the jsonata-java lib (see #275) fixed this issue in $toMillis (a logic error):
dashjoin/jsonata-java#42
The original (one line) fix is in this pull request dashjoin/jsonata-java#41
and the test case is here https://github.com/dashjoin/jsonata-java/blob/5ba7416e1dd822444e2fa50fea3fe32453a9acf3/src/test/java/com/dashjoin/jsonata/DateTimeTest.java
As we are based on the same impl DateTimeUtils.analyseDateTimePicture is also affected.
Original issue:
Expression:
$toMillis('2018th', '[Y0001;o]')
Expected output
1514764800000
Actual output
index out of bounds exception
The text was updated successfully, but these errors were encountered: