faker-ruby / faker

A library for generating fake data such as names, addresses, and phone numbers.
MIT License
11.28k stars 3.18k forks source link

Invalid Timezone: Atlantic/Cabo_Verde #2928

Closed bocguder closed 7 months ago

bocguder commented 8 months ago

I am using v3.3.1 and Faker::Address.time_zone returns Atlantic/Cabo_Verde but https://api.rubyonrails.org/classes/ActiveSupport/TimeZone.html list does not contain it.

I think there is a typo and it should be Atlantic/Cape_Verde

Those naming changes are made to be consistent with the new naming of the country, ( #2848 ) however, rails does not support new naming in timezone.

andrelaszlo commented 7 months ago

@bocguder Maybe reopen since #2927 isn't merged yet?