package lunar

  1. Overview
  2. Docs
On This Page
  1. v1.1.0
  2. v1.0.0
A very small date management library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

lunar-1.2.0.tbz
sha256=41e6a4abdfd6c53a1b4663a887c3dd4d62201349ed4407ed2c2eca8d4e4c473e
sha512=171c1330163aeb818586276a2902f619d2b23521a1bc79b996e5cc2ecb2961bfc9b36e86ee947d0c9b89d3992894203c853f3af2c61551a831012ce396858888

doc/CHANGES.html

v1.2.0

  • Add an optional timezone tz argument to the Zoned_datetime.from_utc function and refine doc comments. (voodoos)

v1.1.0

  • Add Duration.to_(seconds|minutes|hours) (gr-im)
  • Add an implementation for Lunar (gr-im)

v1.0.0

  • First release of lunar exposing among other things Time, Date, Datetime, Timezone, Zoned_datetime and Range (by xvw, gr-im).