# File lib/active_support/vendor/tzinfo-0.3.11/tzinfo/timezone.rb, line 197
    def self.all_country_zone_identifiers
      Country.all_codes.inject([]) {|zones,country|
        zones += Country.get(country).zone_identifiers
      }
    end