Functionality to support testing of Time zone offset #77
Functionality to support testing of Time zone offset #77bryantaustin13 wants to merge 7 commits intocqframework:mainfrom
Conversation
|
I'm not sure I understand the premise of the offset timezone policy. In the description of the timezone offset policy in this PR's README, it says:
and...
I don't think there should be any ambiguity here. The CQL specification is pretty clear about this (emphasis mine):
So engines always treate DateTimes as having a timezone offset; it's just a question of which timezone offset (and that's indicated by the evaluation request timestamp). Am I misunderstanding what the README is trying to say? |
|
Please look at this again and let me know if this works and any changes you would like. |
This depends on the cql-tests PR cqframework/cql-tests#88 (comment) which contains the CQLTimeZoneOffsetTest.xml.
Adds functionality to test timezone offsets. See the README for more information.