software-mansion-labs / elixir-caldav-client

CalDAV client in the Elixir language

Home Page:https://hex.pm/packages/caldav_client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alternative time zone databases

mathieuprog opened this issue Β· comments

Thank you for this great library πŸ‘

The Readme says tzdata library is recommended, however it is the most bugged time zone database at present. See https://elixirforum.com/t/29358
It also crashes the application for some datetimes.

Two bug-free time zone libraries are:

Hello! We use tzdata only as optional dependency for local testing. The library itself does not depend on any specific time zone database. If you think that these unit tests would benefit from upgrading to an alternative time zone database, feel free to submit a PR πŸ˜„