Method: Howler::Util.at

Defined in:
lib/howler/support/util.rb

.at(time) ⇒ Object



7
8
9
10
# File 'lib/howler/support/util.rb', line 7

def self.at(time)
  return "" unless time
  Time.at(time).strftime("%b %d %Y %H:%M:%S")
end