mirror of https://github.com/status-im/timbre.git
`make-timestamp-fn` is now public
This commit is contained in:
parent
40a3e58545
commit
a7fbaf087a
|
@ -246,7 +246,7 @@
|
|||
(fn [apfn-args] ; Runtime:
|
||||
(send-off agent (fn [_] (apfn apfn-args)))))))))))
|
||||
|
||||
(defn- make-timestamp-fn
|
||||
(defn make-timestamp-fn
|
||||
"Returns a unary fn that formats instants using given pattern string and an
|
||||
optional Locale."
|
||||
;; Thread safe SimpleDateTime soln. from instant.clj, Ref. http://goo.gl/CEBJnQ
|
||||
|
|
Loading…
Reference in New Issue