Skip to content

Add Python 2 support

username-removed-90962 requested to merge pull/10/python2-support into master

Created by: JonathonReinhart

We switched to Python 3 only because of its datetime.timezone class. This restores support for Python 2, by trying to use pytz for the UTC timezone.

Merge request reports