Skip to content

Commit

Permalink
Update reference/function/date-time.md
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Pechkurov <[email protected]>
  • Loading branch information
goodroot and puzpuzpuz authored Oct 8, 2024
1 parent ddf6531 commit 87cd500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/function/date-time.md
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ Return value is of type `interval`.

```questdb-sql title="Using today"
SELECT today() as today, today('CEST') as adjusted
SELECT today() as today, today('CEST') as adjusted;
```

| today | adjusted |
Expand Down

0 comments on commit 87cd500

Please sign in to comment.