-
Notifications
You must be signed in to change notification settings - Fork 4k
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
chore: add TimeZones class #24127
chore: add TimeZones class #24127
Conversation
This adds the time zones in the 2022g release of the Time Zone Database. It has been tested in the context of the tests written in #23123, but I didn't commit them here because I didn't want to overwrite that change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great, long needed in the CDK 🚀
Did you consider ways to automate the generation and updating process?
The IANA database is updated fairly regularly (couple times a year) and I can see going through a long list being very painful.
Related, do we know yet how we want to handle deprecated/removed timezones (if there even is such a thing)?
No automation yet, but you're right that we do need it. Deprecated and removed timezones get mapped to a new one so we can remap them when that happens. We should also figure out how to automate this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Slapped the do-not-merge
label on in case you want to sort out automation before merging.
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
This adds the time zones in the 2022g release of the Time Zone Database.
It has been tested in the context of the tests written in #23123, but I didn't commit them here because I didn't want to overwrite that change.
I couldn't decide whether this should be a chore or a feat. I'm open to either.
Closes #.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license