Skip to content

Commit

Permalink
#503 fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Sep 16, 2023
1 parent 756ed95 commit a6a69a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/special-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Accepts two arguments: an expression (assumed to be a date/time of some sort)
and a time zone name or identifier (can be a string, a symbol, or a keyword):

```clojure
(sql/format-expr [:at-time-zone [:now] :utc])
(sql/format-expr [:at-time-zone [:now] :UTC])
;;=> ["NOW() AT TIME ZONE 'UTC'"]
```

Expand Down

0 comments on commit a6a69a1

Please # to comment.