Documentation | Build Status | JuliaHub |
---|---|---|
Timestamps provides the ability to work with time-based values without many of the constraints inherent in organizing
a time series. Multiple dates and values of different types can part of an Vector{Timestamp}
.
WARNING: versions 0.1.*
are not following semver and may contain breaking changes. Use at your own risk.
Previous documentation can be found here.
julia> using Pkg
julia> Pkg.add("Timestamps")