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

chore: add TimeZones class #24127

Merged
merged 2 commits into from
Feb 13, 2023
Merged

chore: add TimeZones class #24127

merged 2 commits into from
Feb 13, 2023

Conversation

TheRealAmazonKendra
Copy link
Contributor

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

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.
@github-actions github-actions bot added the p2 label Feb 13, 2023
@gitpod-io
Copy link

gitpod-io bot commented Feb 13, 2023

@aws-cdk-automation aws-cdk-automation requested a review from a team February 13, 2023 00:06
@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Feb 13, 2023
Copy link
Contributor

@mrgrain mrgrain left a 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)?

@TheRealAmazonKendra
Copy link
Contributor Author

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.

@mrgrain mrgrain added the pr/do-not-merge This PR should not be merged at this time. label Feb 13, 2023
Copy link
Contributor

@mrgrain mrgrain left a 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.

@TheRealAmazonKendra TheRealAmazonKendra removed the pr/do-not-merge This PR should not be merged at this time. label Feb 13, 2023
@mergify
Copy link
Contributor

mergify bot commented Feb 13, 2023

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-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: 16d371d
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify mergify bot merged commit 99e1fb8 into main Feb 13, 2023
@mergify mergify bot deleted the TheRealAmazonKendra/timezones branch February 13, 2023 17:40
@mergify
Copy link
Contributor

mergify bot commented Feb 13, 2023

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS. p2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants