#503 fix example

This commit is contained in:
Sean Corfield 2023-09-16 11:43:08 -07:00
parent 756ed95b43
commit a6a69a16f7

View file

@ -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'"]
```