Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 2.58 KB

README.md

File metadata and controls

19 lines (13 loc) · 2.58 KB

Timestamps.jl

Documentation Build Status JuliaHub
StableDev BuildCoverage pkgevalversion

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.

Installation

julia> using Pkg
julia> Pkg.add("Timestamps")