Rename datetime ns to time.

And rename DateTime type to Instant.
This commit is contained in:
Andrey Antukh 2017-01-06 16:31:57 +01:00
parent d3e81dc810
commit fd7b0b1958
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
12 changed files with 34 additions and 38 deletions

View file

@ -24,7 +24,7 @@
[uxbox.util.dom :as dom]
[uxbox.util.blob :as blob]
[uxbox.util.mixins :as mx :include-macros true]
[uxbox.util.datetime :as dt]))
[uxbox.util.time :as dt]))
;; --- Helpers & Constants