Class: Mutx::Support::TimeHelper

Inherits:
Object
  • Object
show all
Defined in:
lib/mutx/support/time_helper.rb

Class Method Summary collapse

Class Method Details

.formatted_time_for(timestamp) ⇒ Object



6
7
8
# File 'lib/mutx/support/time_helper.rb', line 6

def self.formatted_time_for timestamp
  Time.at(timestamp).strftime(Mutx::Support::Configuration.formatted_datetime)
end