Skip to content

JuliaQuant/Timestamps.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")