dates on checks corrected.

This commit is contained in:
Bryce Covert
2018-05-17 20:32:19 -07:00
parent 03dd882da4
commit 9e63624227
2 changed files with 15 additions and 3 deletions

5
src/clj/auto_ap/time.clj Normal file
View File

@@ -0,0 +1,5 @@
(ns auto-ap.time
(:require [clj-time.core :as time]))
(defn local-now []
(time/to-time-zone (time/now) (time/time-zone-for-id "America/Los_Angeles")))