# File lib/windows/sys/uptime.rb, line 50
    def self.uptime(host = Socket.gethostname)
      get_dhms(host).join(':')
    end