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


License
Other

Documentation

Tempus Tempus    Kantox ❤ OSS  Test  Dialyzer  Coverage Status

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

Installation

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

Changelog

  • 0.14.1 — [:ant:] recurrent/3 has now concerned about DST (fuck DST btw)
  • 0.14.0 — [:books:] refactoring of guard usage and docs update
  • 0.13.3 — [:ant:] avoid crash on the incorrect input of slots
  • 0.13.2 — [:tada:] Tempus.Slots.Stream.recurrent/3 to introduce cron-like streams
  • 0.13.0 — [:tada:] different calendars experimental support
  • 0.12.1 — [:tada:] timezones and more guards exported
  • 0.11.0 — [:books:] better coverage
  • 0.10.2 — [:ant:] add/4 and tests for it: fixed
  • 0.10.1 — [:ant:] split/4 and tests for it: fixed
  • 0.10.0 — complete rewrite of implementations, 3–10× faster, Slots form an Abelian group now
  • 0.9.1Tempus.Sigils.parse/1
  • 0.9.0Tempus.Guards, Tempus.slot/{1,2}, Tempus.guess/1, better sigils, prepared for :tempus_sql
  • 0.8.0 — improve Tempus.Sigils, prepared for :tempus_sql
  • 0.7.3truncate: boolean() | non_neg_integer() to truncate Slots inspection
  • 0.7.2Slots.merge/1
  • 0.7.1 — treat infinite slot as special not-covering anything
  • 0.7.0 — merge/2 is 6× faster, Slot.neighbour?/2, Tempus.slice/4, Tempus.drop_while/2, Tempus.take_while/2
  • 0.6.0 — compatibility with Elixir v1.14 (no greek in variables names) meh
  • 0.5.0 — stricter :telemetria support
  • 0.4.2 — make :telemetria dependency fully optional
  • 0.4.0 — ~I sigil to ease slots creation, wrap date/times, fancy inspect
  • 0.3.0 — drastical performance improvements, benchmarks
  • 0.2.4 — fixed bug when finding next free/busy for empty slots
  • 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