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