Skip to content

Commit

Permalink
chore: add TimeZones class (#24127)
Browse files Browse the repository at this point in the history
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 #<issue number here>.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
TheRealAmazonKendra authored Feb 13, 2023
1 parent c4ad3ac commit 99e1fb8
Show file tree
Hide file tree
Showing 3 changed files with 1,450 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/@aws-cdk/core/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@ export * from './permissions-boundary';
// class description for more information.
export * from './private/intrinsic';
export * from './names';
export * from './time-zone';
Loading

0 comments on commit 99e1fb8

Please sign in to comment.