removing placeholder.

This commit is contained in:
2021-05-27 06:12:07 -07:00
parent bfbab1fa1f
commit 01d122a4d7
3 changed files with 12 additions and 7 deletions

View File

@@ -24,6 +24,13 @@
(catch Exception e
nil)))
(defn unparse-local [v format]
(try
(f/unparse (f/with-zone (f/formatter format) (time/time-zone-for-id "America/Los_Angeles")) v)
(catch Exception e
nil)))
(defn day-of-week-seq [day]
(let [next-day (loop [d (local-now)]