Tempus Tempus    Kantox ❤ OSS  Test  Dialyzer

Easy handling of time periods aka slots, like business days, holidays, etc.

Installation

def deps do
  [
    {:tempus, "~> 0.1"}
  ]
end

Changelog

  • 0.2.3 — correctly handle empty slots in next_busy/2/next_free/2
  • 0.2.2 — Slot.shift_tz/3
  • 0.2.1 — accept function as well as stream in Slots.merge/2
  • 0.2.0 — many improvements, Tempus.add/2 similar to DateTime.add/4 but considering slots

Documentation