Add documentation for Date and Time operations (Subtraction, Addition)#26
Draft
yarox-1 wants to merge 10 commits intoqlever-dev:masterfrom
Draft
Add documentation for Date and Time operations (Subtraction, Addition)#26yarox-1 wants to merge 10 commits intoqlever-dev:masterfrom
yarox-1 wants to merge 10 commits intoqlever-dev:masterfrom
Conversation
added 9 commits
March 31, 2026 18:21
ullingerc
suggested changes
Apr 29, 2026
Contributor
ullingerc
left a comment
There was a problem hiding this comment.
This is nice already. I have three comments:
- Please add extend the very beginning in a way s.t. it lists the standard date/time functions from SPARQL (without additional information) and says that they are supported. Then the SEP0002 support can follow.
- Could you please also add a subsection just explaining the
ql:toEpochin general (so without the timezone problem)? - Then, please factor out the notes that timezones are a problem for comparisons into an own subsection on "Current limitations" (which can be linked from the comparison operators, e.g. "also see current limitations")?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This will add documentation for date and time support in QLever. It will show everything supported from SEP-0002 with examples.