Skip to content

Commit

Permalink
Update jsoniq-tutorial.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLichtenberger authored Nov 20, 2023
1 parent 2848021 commit 20c003e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/jsoniq-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,11 @@ If we want to search for a specific timestamp, we can for instance specify:
jn:open('mycol.jn','resource2',xs:dateTime('2023-11-19T22:23:00'))
```

Result is the second revision (as the third revision was committed one day later):
The result is the second revision (as the third revision was committed one day later):

```json
{"bar":true}
```

Of course the system times, when a specific revision has been created is different.
Of course, the system times, when a specific revision has been created are different on your computer.

0 comments on commit 20c003e

Please sign in to comment.