module Idlc::Deploy::Power

def one_week_old?(ts)

def one_week_old?(ts)
  (Time.now.to_i - ts) > (7*(24*3600))
end