When upgrading from 1.88 to 1.89 we've encountered an issue with the system time zone DB. In our tests we initialize a jiff::tz::TimeZone with CET and get the following error:
failed to find timezone 'CET' in time zone database
I suspect that the problem lies in /usr/share/zoneinfo, at least that's what jiff documentation would suggest.
Lastly, we've been using the latest tag and when I downgraded to 1.88 it works as expected.
When upgrading from 1.88 to 1.89 we've encountered an issue with the system time zone DB. In our tests we initialize a
jiff::tz::TimeZonewithCETand get the following error:I suspect that the problem lies in
/usr/share/zoneinfo, at least that's whatjiffdocumentation would suggest.Lastly, we've been using the
latesttag and when I downgraded to1.88it works as expected.