scicloj / tablecloth.time

Tools for the processing and manipulation of time-series data in Clojure.
Other
18 stars 1 forks source link

DateTime conversion functions #34

Closed rsiddharthan closed 3 years ago

rsiddharthan commented 3 years ago

We need a set of convenient date time conversion functions in the context of tablecloth.time which will work well with date/time data types in tech.ml.dataset (and other date libs in java/clojure)

Proposing a PR to collecting these functions first, and eventually figure out where these fit

rsiddharthan commented 3 years ago

Covered in the string->time parsers