We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c52dc commit b4697e6Copy full SHA for b4697e6
1 file changed
README.md
@@ -134,7 +134,8 @@ year due to DST or governmental regulations.
134
135
Offset/Zone times only take the offset/zone as the last arguments for the
136
maximum arity constructor. You can influence the zone/offset by using the
137
-`with-zone` or `with-offset` functions, like so:
+[`jt/with-zone`](https://dm3.github.io/clojure.java-time/java-time.html#var-with-zone)
138
+or [`jt/with-offset`](https://dm3.github.io/clojure.java-time/java-time.html#var-with-offset) functions, like so:
139
140
```clj
141
(jt/with-zone (jt/zoned-date-time 2015 10) "UTC")
0 commit comments