Method: Eye::Utils.human_time2

Defined in:
lib/eye/utils.rb

.human_time2(unix_time) ⇒ Object



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