Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.07 KB

announce.md

File metadata and controls

31 lines (22 loc) · 1.07 KB

TimesDates.jl: work with nanosecond resolved times.

  • the types play very well together and with others
  • the calculations defer to those of Dates, TimeZones
  • the perspective is already familiar, and easy to use

this type is like a more finely resolved
TimeDate Dates.DateTime
TimeDateZone TimeZones.ZonedDateTime

install

This package requires Julia v0.7-, please run Pkg.update() first.

using Pkg; Pkg.add("TimesDates")
using TimesDates, TimeZones, Dates

The README provides an introduction with utilitarian examples and a note on the design.

A good guide to transparent work with Dates and TimeZones is provided by the test file.