28 29 30
# File 'lib/eye/utils.rb', line 28 def self.human_time2(unix_time) Time.at(unix_time.to_i).strftime(DF) end