switches to 90 days

This commit is contained in:
2023-04-05 21:19:50 -07:00
parent 500eb5641e
commit bb8ca82328
3 changed files with 30 additions and 6 deletions

View File

@@ -20,7 +20,7 @@
(defn recent-date []
(coerce/to-date (time/minus (local-now) (time/days 10))))
(coerce/to-date (time/minus (local-now) (time/days 90))))
(def excel-formatter (f/with-zone (f/formatter "MM/dd/yyyy") (time/time-zone-for-id "America/Los_Angeles")))
(defn excel-date [d]