# File lib/fog/ibm/models/compute/server.rb, line 139
        def expires_at
          Time.at(attributes[:expires_at].to_f / 1000)
        end