You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer of Metaschema-enabled tooling, in order to compare two or more date or times, I would like functions for comparing dates and times implemented in the Metapath default function library registry.
Goals
op:dateTime-equal
op:dateTime-less-than
op:dateTime-greater-than
op:date-equal
op:date-less-than
op:date-greater-than
op:time-equal
op:time-less-than
op:time-greater-than
op:gYearMonth-equal
op:gYear-equal
op:gMonthDay-equal
op:gMonth-equal
op:gDay-equal
Dependencies
No response
Acceptance Criteria
All website and readme documentation affected by the changes in this issue have been updated.
A Pull Request (PR) is submitted that fully addresses the goals of this User Story. This issue is referenced in the PR.
The CI-CD build process runs without any reported errors on the PR. This can be confirmed by reviewing that all checks have passed in the PR.
Revisions
No response
The text was updated successfully, but these errors were encountered:
We have a basic implementation working, but grasping at straws to use
the dyanmicContext to get the ImplicitTimeZone and add it to args for
comparison per the spec.
@aj-stein-gsa The operation functions are not intended to be exposed for use as functions. Instead, this logic supports the comparison operators. PR #346 is ensuring the implementation aligns with the specification. Once this is done, you should have the support you need.
User Story
As a developer of Metaschema-enabled tooling, in order to compare two or more date or times, I would like functions for comparing dates and times implemented in the Metapath default function library registry.
Goals
Dependencies
No response
Acceptance Criteria
Revisions
No response
The text was updated successfully, but these errors were encountered: