We start by first installing the Python pytz time zone module, using pip. We type the following command in a command processor prompt:
pip install pytz
When successful, we get the following result:
This installed the Python pytz module into the site-packages folder, so now we can import this module ...