regebro / tzlocal

A Python module that tries to figure out what your local timezone is
MIT License
184 stars 58 forks source link

Figure out which zone is in effect, by comparing gmtime() and localtime() #84

Closed regebro closed 4 years ago

regebro commented 4 years ago

This is because apparently you can't trust is_dst. Closes #80