We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119e9ba commit 5c49111Copy full SHA for 5c49111
README.md
@@ -365,7 +365,7 @@ less information, e.g. (assuming we're in UTC time zone):
365
Converting an Instant to ZonedDateTime requires a time zone:
366
367
```clojure
368
-(jt/zoned-date-time (jt/instant 100) "UTC)
+(jt/zoned-date-time (jt/instant 100) "UTC")
369
;=> #object[java.time.ZonedDateTime 0x291777c0 "1970-01-01T00:00:00.100Z[UTC]"]
370
```
371
@@ -652,4 +652,4 @@ You can play with the conversion graph using the following helpers:
652
; [[#object[java_time.graph.Types "[java.time.Instant]"]
653
; #object[java_time.graph.Conversion "Cost:1.0"]]
654
; ...}}
655
-```
+```
0 commit comments