# File lib/fog/core/time.rb, line 27
    def to_iso8601_basic
      self.utc.strftime('%Y%m%dT%H%M%SZ')
    end