Module: Clavius::Time

Defined in:
lib/clavius/time.rb

Constant Summary collapse

WEEKDAYS =
%i[sun mon tue wed thu fri sat].freeze
BIG_BANG =
Date.new(-100_000_000)
HEAT_DEATH =
Date.new(100_000_000)