Skip to content

Conversation

@WhyNotHugo
Copy link
Contributor

Instead of generating one const variant of Tz for each chrono_tz::tz variant, provide a const function to convert chrono_tz::Tz into Tz in a static context.

The main change here is the introduction of Tz::from_static(). Other changes merely adapt existing code to use this instead of chrono_tz directly.

Instead of generating one const variant of Tz for each chrono_tz::tz
variant, provide a const function to convert chrono_tz::Tz into Tz in a
static context.

The main change here is the introduction of Tz::from_static(). Other
changes merely adapt existing code to use this instead of chrono_tz
directly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant