Seis.jl
Seis.jl copied to clipboard
Precision of dates
Currently we use Dates.DateTime for dates, and therefore sampling intervals which aren't a whole number of milliseconds mean date calculations can't be correct (at least, not for every sample).
Consider using TimesDates in order to support higher-sample-rate data like in mining and lab experiments.
There is also the barer-bones NanoDates.jl.