fix(logbook): ignore seconds

pull/2747/head
leizhe 2021-08-28 18:36:35 +09:00 committed by Tienson Qin
parent 6fbdb2a844
commit 9b239ffc07
1 changed files with 1 additions and 1 deletions

View File

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