Skip to content
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

TZ database version #125

Open
computerquip opened this issue Jan 22, 2023 · 1 comment
Open

TZ database version #125

computerquip opened this issue Jan 22, 2023 · 1 comment

Comments

@computerquip
Copy link

This might be a duplicate of #120 but the entire library doesn't need to be updated in order to update timezone information, only the timezone resource files. I'm unsure how this is shipped so I could be incorrect on this.

I started creating a custom tzdb using libicu directly for use with date/tz, similar to how STL does it for std::chrono and ended up with a hard realization that the TZ database included with the version of libicu shipped on Windows is over 2 years out of date at this point, shipping with version 2021a of the IANA database.

So my question is straight forward, is this library meant to be used as a reliable TZ database for Windows?

  • If not, could I be redirected on what the appropriate way to go about this on Windows is?
  • If so, is it okay that the TZ data is 2 years out of date? If it's problematic, could I request the database be updated more regularly, even if the core libicu is not kept up-to-date with upstream?
  • Am I even in the right place to request any of this? I feel like a lost child if I'm honest.

References:

Somewhat Related:

@yuryu
Copy link

yuryu commented Mar 8, 2023

Any update on this from the maintainers? Can we expect future updates to the tz database in icu.dll? I'm writing a patch for https://github.com/google/cctz (which is used by https://abseil.io/) to support windows google/cctz#53 and trying to figure out if it's a good source of zoneinfo on Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants