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
After updating chrono-tz we see some deprecated APIs. chrono itself is still using the deprecated API, we can also wait till they fix it.
For example, here is one of our deprecated impls:
Now when I go to chrono's Local impl, you see they use a deprecated method also (My IDE didn't mark it as deprecared, but it is the one!)
And the whole trait method is also marked as deprecated.
AFAICS, this impl TimeZone for we have, is kinda combination of its impl for chrono's Local and chorono-tz's Tz, which you can find them here and here.
The text was updated successfully, but these errors were encountered:
After updating
chrono-tz
we see some deprecated APIs.chrono
itself is still using the deprecated API, we can also wait till they fix it.For example, here is one of our deprecated impls:
Now when I go to
chrono
'sLocal
impl, you see they use a deprecated method also (My IDE didn't mark it as deprecared, but it is the one!)And the whole trait method is also marked as deprecated.
AFAICS, this
impl TimeZone for
we have, is kinda combination of its impl for chrono'sLocal
and chorono-tz'sTz
, which you can find them here and here.The text was updated successfully, but these errors were encountered: