-
-
Notifications
You must be signed in to change notification settings - Fork 294
tzdb support #193
Copy link
Copy link
Open
Labels
A-coreArea: anything not otherwise coveredArea: anything not otherwise coveredC-feature-requestCategory: a new feature (not already implemented)Category: a new feature (not already implemented)C-tracking-issueCategory: tracking issue for a feature/releaseCategory: tracking issue for a feature/releaseE-hardSignificant experience needed.Significant experience needed.
Milestone
Metadata
Metadata
Assignees
Labels
A-coreArea: anything not otherwise coveredArea: anything not otherwise coveredC-feature-requestCategory: a new feature (not already implemented)Category: a new feature (not already implemented)C-tracking-issueCategory: tracking issue for a feature/releaseCategory: tracking issue for a feature/releaseE-hardSignificant experience needed.Significant experience needed.
This is a general tracking issue for all support related to the IANA Time Zone database.
At some point in the future, my hope is to have full support for the tzdb via a
ZonedDateTimestruct and aPeriodtype.General inspiration could come from C++20's proposed API for timezones [ref]. It should be possible to build a static/const singleton by using a build script.