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

ToString(<DateTime>) does not return timezone extension #886

Open
dand9959 opened this issue Apr 6, 2022 · 0 comments
Open

ToString(<DateTime>) does not return timezone extension #886

dand9959 opened this issue Apr 6, 2022 · 0 comments

Comments

@dand9959
Copy link

dand9959 commented Apr 6, 2022

ToString(DateTime(2000,1,1,8,25,25,300, -7)) should return '2000-01-01T08:25:25.300-07:00'. Instead, it returns the date and time, but without the timezone extension of -07:00.

Ref: CqlStringOperatorsTest.xml, test "DateTimeToString3"

Ref: Section 3.25 ToString in https://cql.hl7.org/09-b-cqlreference.html

@JPercival JPercival transferred this issue from cqframework/cql-engine Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant