scicloj / tablecloth.time

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

Use string->time in slice to parse strings #49

Closed ezmiller closed 3 years ago

ezmiller commented 3 years ago

Goal / Problem

In #33 , we added our own parse method: string->time. We can use this to replace the custom method that we'd temporarily added.

Proposed Solution

Solution here is quick, just dropping in the other function. One note is that we no longer need to determine the type of the time unit to do the parsing.