------------------
- Returning pytz_deprecation_shim zones to lower the surprise for pytz users.
- The Windows OS environment variable 'TZ' will allow an override for
setting the timezone. The override timezone will be asserted for
timezone validity bit not compared against the systems timezone offset.
This allows for overriding the timezone when running tests.
- Dropped support for Windows 2000, XP and Vista, supports Windows 7, 8 and 10.