-
-
Notifications
You must be signed in to change notification settings - Fork 412
Description
Hi!
I am one of the Apache Airflow maintainers. Apache Airflow is heavily reliant on Pendulum for its timezone support and we are very grateful for the service that it provides. However, with the latest release of Pendulum stemming from July 2020 we are seeing that issues, like [1], are starting to pop up due to stale timezone data. Being correct was always one of the strengths of Pendulum. Unfortunately, at this moment it is not anymore.
We understand that maintaining a project like this can take a significant amount of time. We see that an alpha has been releases of Pendulum 3, but cannot judge how far off a full release is. Should we start testing Pendulum 3 as part of our code base? Or, considering, our main pain point at this moment is outdated timezone information (there are other nits), is it smarter to backport support for system provided zoneinfo as in this commit [1] or potentially like [2] into Pendulum 2?
So how can we help?
[1] apache/airflow#30467
[2] ae2c9f5
[3] #706