Thanks to visit codestin.com Credit goes to github.com
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 1634755 commit a88a301Copy full SHA for a88a301
primitive-data/dates/current-date/current-date.asciidoc
@@ -70,9 +70,9 @@ namespace.
70
71
[source,clojure]
72
----
73
-=> (require '[clj-time.core :as timec])
+(require '[clj-time.core :as timec])
74
75
-user=> (timec/now)
+(timec/now)
76
;; -> #<DateTime 2013-04-06T14:35:15.453Z>
77
78
@@ -82,9 +82,9 @@ timezone when using +clj-time+ that can be done with the
82
83
84
85
-=> (require '[clj-time.local :as timel])
+(require '[clj-time.local :as timel])
86
87
-user=> (timel/local-now)
+(timel/local-now)
88
;; -> #<DateTime 2013-04-06T09:35:20.141-05:00>
89
90
0 commit comments