Skip to content

Commit 99e1fb8

Browse files
chore: add TimeZones class (#24127)
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*
1 parent c4ad3ac commit 99e1fb8

File tree

3 files changed

+1450
-0
lines changed

3 files changed

+1450
-0
lines changed

packages/@aws-cdk/core/lib/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,4 @@ export * from './permissions-boundary';
6868
// class description for more information.
6969
export * from './private/intrinsic';
7070
export * from './names';
71+
export * from './time-zone';

0 commit comments

Comments
 (0)