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
The expected output ToDateTime4 in CqlTypeOperatorsTest is defined to be: @2014-01-01T12:05:05.955+01:30
@2014-01-01T12:05:05.955+01:30
The converted ELM for this expression does not include the offset minutes value and produces this instead:
{ "type" : "DateTime", "year" : { "type" : "Literal", "valueType" : "{urn:hl7-org:elm-types:r1}Integer", "value" : "2014" }, "month" : { "type" : "Literal", "valueType" : "{urn:hl7-org:elm-types:r1}Integer", "value" : "1" }, "day" : { "type" : "Literal", "valueType" : "{urn:hl7-org:elm-types:r1}Integer", "value" : "1" }, "hour" : { "type" : "Literal", "valueType" : "{urn:hl7-org:elm-types:r1}Integer", "value" : "12" }, "minute" : { "type" : "Literal", "valueType" : "{urn:hl7-org:elm-types:r1}Integer", "value" : "5" }, "second" : { "type" : "Literal", "valueType" : "{urn:hl7-org:elm-types:r1}Integer", "value" : "5" }, "millisecond" : { "type" : "Literal", "valueType" : "{urn:hl7-org:elm-types:r1}Integer", "value" : "955" }, "timezoneOffset" : { "type" : "Literal", "valueType" : "{urn:hl7-org:elm-types:r1}Decimal", "value" : "1.0" }, "locator" : "89:2-89:31", "resultTypeName" : "{urn:hl7-org:elm-types:r1}DateTime" }
The timezoneOffset value is 1.0, not 1.5 as expected.
timezoneOffset
1.0
1.5
The text was updated successfully, but these errors were encountered:
Fix pending review here: #1313
Sorry, something went wrong.
JPercival
Successfully merging a pull request may close this issue.
The expected output ToDateTime4 in CqlTypeOperatorsTest is defined to be:
@2014-01-01T12:05:05.955+01:30
The converted ELM for this expression does not include the offset minutes value and produces this instead:
The
timezoneOffset
value is1.0
, not1.5
as expected.The text was updated successfully, but these errors were encountered: