SystemRage / py-kms

KMS Server Emulator written in Python
The Unlicense
2.04k stars 618 forks source link

UnknownTimeZoneError on Windows with pytz installed #8

Closed Googulator closed 5 years ago

Googulator commented 5 years ago

On Windows, auto-detecting the time zone fails, as all 3 implemented methods are Linux-specific (Windows doesn't have /etc, and doesn't name time zones according to a "Continent/City" pattern). This causes a crash with UnknownTimeZoneError whenever a timestamp is logged.

There are two parts to this issue:

SystemRage commented 5 years ago

Thanks. Corrected with py-kms_2018-11-15.