Method: TempestTime::Helpers::TimeHelper#formatted_time_long

Defined in:
lib/tempest_time/helpers/time_helper.rb

#formatted_time_long(seconds) ⇒ Object



29
30
31
# File 'lib/tempest_time/helpers/time_helper.rb', line 29

def formatted_time_long(seconds)
  Time.at(seconds).utc.strftime("%H:%M:%S")
end