From 311a548ed0300612e2aec113853c7b19dcb1e99a Mon Sep 17 00:00:00 2001 From: mathieuprog <5883963+mathieuprog@users.noreply.github.com> Date: Sun, 7 Jun 2020 06:44:47 +0200 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21a1600..6efced6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ module can, by default, only operate on datetimes in the UTC time zone. Alternat third-party libraries, such as `tz`, to bring in time zone support and deal with datetimes in other time zones than UTC. The `tz` library relies on the [time zone database](https://data.iana.org/time-zones/tzdb/) maintained by -[IANA](https://www.iana.org). As of version 0.10.0, `tz` uses version _tzdata2019c_ of the IANA time zone database. +[IANA](https://www.iana.org). As of version 0.10.0, `tz` uses version _tzdata2020a_ of the IANA time zone database. ## Features