You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use simpler constructor to cast from chrono_tz::Tz
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.
0 commit comments