-
Notifications
You must be signed in to change notification settings - Fork 152
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
Cookbook example of custom time zone from tzdata rules #605
Comments
@ptomato I'm not sure if |
The request for the example came from @gibson042 but I would guess that the important part is the tzdata-compatible rules? I had some half-finished code for parsing them. Although, I think that TAI should be included in the cookbook regardless. |
Cookbook example to be written after the freeze and before Stage 3 |
On further reflection this isn't a requirement for Stage 3. To be done later. |
An example of parsing the rules from the tzdata (sometimes called "Olson database") directly, and creating a Temporal.TimeZone object out of them. Closes: #605
An example of parsing the rules from the tzdata (sometimes called "Olson database") directly, and creating a Temporal.TimeZone object out of them. Closes: #605
An example of parsing the rules from the tzdata (sometimes called "Olson database") directly, and creating a Temporal.TimeZone object out of them. Closes: #605
Follow up from #240, we need a cookbook example that does this:
This requires custom time zone support.
The text was updated successfully, but these errors were encountered: