Add tzdata-2021.2.post0

This commit is contained in:
JonnyWong16 2021-10-15 00:32:56 -07:00
parent 607b6fa250
commit b09faab852
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
623 changed files with 6218 additions and 0 deletions

6
lib/tzdata/__init__.py Normal file
View file

@ -0,0 +1,6 @@
# IANA versions like 2020a are not valid PEP 440 identifiers; the recommended
# way to translate the version is to use YYYY.n where `n` is a 0-based index.
__version__ = "2021.2.post0"
# This exposes the original IANA version number.
IANA_VERSION = "2021b"