#503 fix example
This commit is contained in:
parent
756ed95b43
commit
a6a69a16f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
and a time zone name or identifier (can be a string, a symbol, or a keyword):
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
(sql/format-expr [:at-time-zone [:now] :utc])
|
(sql/format-expr [:at-time-zone [:now] :UTC])
|
||||||
;;=> ["NOW() AT TIME ZONE 'UTC'"]
|
;;=> ["NOW() AT TIME ZONE 'UTC'"]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue