-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
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
GenServer :tzdata_release_updater terminating #143
Comments
With version Month names have always been written in their abbreviated form (e.g., “Apr”). However, in version 2024b, there is an occurrence where a full month name (“April”) is used, which caused the issue. Source: https://lists.iana.org/hyperkitty/list/[email protected]/thread/Y5KABB56LLOPHQJL4MFHWHSLR7KJ2XSP/ |
What is the proposed resolution for this ? |
Seems like 2024b has been rolled back: $ curl -sL https://data.iana.org/time-zones/tzdata-latest.tar.gz | tar xzO version
2024a |
@ruslandoga Not for me: $ date; curl -sL https://data.iana.org/time-zones/tzdata-latest.tar.gz | tar xzO version
Fr 6. Sep 09:22:46 CEST 2024
2024b |
Follow up #143 (comment) For a temporary fix in defp cap_month_number_for_month_name("april"), do: 4 I tested locally and the tz DB should be saved and loaded successfully for |
There might be more changes required, some datetimes miss zone_abbr on 2024b: #144 (comment) |
2024b release of time-zone information is not parseable by tzdata (or many other libs). More information here: https://lists.iana.org/hyperkitty/list/[email protected]/thread/6PF5BB7342JR6PALTMQFEGU2FZ5ADW36/ lau#143 For now, just hard-code the 2024a url so that we don't try to get 2024b and fail to build.
One workaround I found is to set a config of |
For now, you can follow the directions here to switch to the latest stable version in your cache. In my case, this is https://github.com/lau/tzdata?tab=readme-ov-file#data-directory-and-releases |
Recently I've seen an error with the
tzdata_release_updater
It looks like there was a recent release of the tzdb and there may need to be some code changes to accommodate them.
https://lists.iana.org/hyperkitty/list/[email protected]/thread/IZ7AO6WRE3W3TWBL5IR6PMQUL433BQIE/
The text was updated successfully, but these errors were encountered: