removing placeholder.
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user