elixirs / faker

Faker is a pure Elixir library for generating fake data.
MIT License
1.04k stars 214 forks source link

IANA TZ Database Values #526

Open tajacks opened 8 months ago

tajacks commented 8 months ago

I've added:

This PR adds support for IANA timezones as defined in the tzdb. Three functions have been added to support retrieving only Canonical names (names that do not link to other names), Alias names (names which link to other names), and a random selection of alias or canonical when there is no preference.

Closes #431