`make-timestamp-fn` is now public

This commit is contained in:
Peter Taoussanis 2013-12-02 16:12:14 +07:00
parent 40a3e58545
commit a7fbaf087a
1 changed files with 1 additions and 1 deletions

View File

@ -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