# File lib/active_support/time_with_zone.rb, line 286
    def marshal_dump
      [utc, time_zone.name, time]
    end