class Fugit::Cron::TimeCursor

def dec_month

def dec_month
  dec((@t.day - 1) * DAY_S + @t.hour * 3600 + @t.min * 60 + @t.sec + 1)
end