I’m considering replacing tzdata with the tz library, but it’s difficult to make the switch if the tz library doesn’t provide equivalent support for the functions used in timex, which many elixir applications depend on.
Providing support for the key functions that timex uses from tzdata would make the transition much smoother and help more developers adopt tz across a wider range of applications.
function list
- Tzdata.zone_exists?/1
- Tzdata.periods_for_time/3
I’m considering replacing tzdata with the tz library, but it’s difficult to make the switch if the tz library doesn’t provide equivalent support for the functions used in timex, which many elixir applications depend on.
Providing support for the key functions that timex uses from tzdata would make the transition much smoother and help more developers adopt tz across a wider range of applications.
function list