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

Use backzone file as 'standard' regions #421

Closed
wants to merge 1 commit into from

Conversation

tpgillam
Copy link
Contributor

@tpgillam tpgillam commented Dec 3, 2022

Pertaining to #419

Needs discussion!

I had to increase the length of the FixedTimeZone name, as there was at least one name in backzone of length 18 characters.

@omus
Copy link
Member

omus commented Dec 13, 2022

I had to increase the length of the FixedTimeZone name, as there was at least one name in backzone of length 18 characters.

Interesting. Definitely warrants a test.

@@ -1,7 +1,7 @@
# The default tz source files we care about. See "ftp://ftp.iana.org/tz/data/Makefile"
# "PRIMARY_YDATA" for listing of tz source files to include.
const STANDARD_REGIONS = [
"africa", "antarctica", "asia", "australasia",
"africa", "antarctica", "asia", "australasia", "backzone",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More work needs to be done to determine how we should classify "backzone". From what I have read so far it seems like it should probably be treated like a LEGACY_REGION

@tpgillam tpgillam closed this Sep 24, 2024
Copy link

codecov bot commented Sep 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.31%. Comparing base (f8f39b3) to head (4df51db).
Report is 39 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #421      +/-   ##
==========================================
- Coverage   95.45%   95.31%   -0.15%     
==========================================
  Files          36       36              
  Lines        1760     1707      -53     
==========================================
- Hits         1680     1627      -53     
  Misses         80       80              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

Successfully merging this pull request may close these issues.

2 participants