Fix windows path issue

pull/645/head
Tienson Qin 2020-10-09 16:27:02 +08:00
parent 61011a7062
commit 5b767ae89a
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
(defn get-date-time-string [date-time]
(tf/unparse custom-formatter date-time))
(def custom-formatter-2 (tf/formatter "yyyy-MM-dd-HH:mm:ss"))
(def custom-formatter-2 (tf/formatter "yyyy-MM-dd-HH-mm-ss"))
(defn get-date-time-string-2 []
(tf/unparse custom-formatter-2 (tl/local-now)))