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