# File lib/vendor/i18n/test/simple_backend_test.rb, line 426
  def teardown
    @old_timezone ? ENV['TZ'] = @old_timezone : ENV.delete('TZ')
  end