Closed filmil closed 3 years ago
Starting from ICU 70, the time zone data version can have more than a single letter after the release number. We used to have versions like 2020a, 2020b etc. With ICU 70, we get 2021a1.
2020a
2020b
2021a1
We're adopting the same regex as in: https://fuchsia-review.googlesource.com/c/fuchsia/+/597898 for quick checks of the version string.
Fixes: #221
Starting from ICU 70, the time zone data version can have more than a single letter after the release number. We used to have versions like
2020a
,2020b
etc. With ICU 70, we get2021a1
.We're adopting the same regex as in: https://fuchsia-review.googlesource.com/c/fuchsia/+/597898 for quick checks of the version string.
Fixes: #221