# File lib/fog/vsphere/requests/compute/current_time.rb, line 6
        def current_time
          current_time = @connection.serviceInstance.CurrentTime
          { 'current_time' => current_time }
        end