# File lib/fog/ibm/models/storage/volume.rb, line 57
        def created_at
          Time.at(attributes[:created_at].to_f / 1000)
        end