Skip to content
Snippets Groups Projects
Commit fe93cd1f authored by Simon Belak's avatar Simon Belak
Browse files

Make unix-timestamp? private

parent 99eb4cf0
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@
(#{:minute-of-hour :hour-of-day :day-of-week :day-of-month :day-of-year
:week-of-year :month-of-year :quarter-of-year} (:unit field)))
(defn unix-timestamp?
(defn- unix-timestamp?
[{:keys [base_type special_type]}]
(and (isa? base_type :type/Integer)
(isa? special_type :type/DateTime)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment