# File lib/windows/sys/uptime.rb, line 73
    def self.days(host = Socket.gethostname)
      hours(host) / 24
    end