Module: Temporalize::Formats
- Defined in:
- lib/temporalize/formats.rb
Constant Summary collapse
- NATURAL =
Special format for human-readable output
:natural
- DEFAULT =
"%H:%M:%S".freeze
- HH_MM_SS =
"%H:%M:%S".freeze
- HOURS_MINUTES =
"%H:%M".freeze
- MINUTES_SECONDS =
"%M:%S".freeze
- VERBOSE =
"%H hours %M minutes %S seconds".freeze
- COMPACT =
"%Hh %Mm %Ss".freeze