We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Atlantic/Cabo_Verde
I think there is a typo and it should be Atlantic/Cape_Verde
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.
The text was updated successfully, but these errors were encountered:
@bocguder Maybe reopen since #2927 isn't merged yet?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: