This commit is contained in:
Bryce Covert
2023-01-11 11:01:39 -08:00
parent ec4e6624b5
commit 7cec382c52
9 changed files with 45 additions and 1815 deletions

View File

@@ -15,6 +15,8 @@
(def normal-date "MM/dd/yyyy")
(def iso-date "yyyy-MM-dd")
(def standard-time "MM/dd/yyyy hh:mm aa")
(defn parse [v format]
(try
(time/from-time-zone (f/parse (f/formatter format) v)