nostalgia-dev / nostalgia

Utilize your personal data like Google!
163 stars 10 forks source link

Fix windows bug in determining local timezone #10

Closed jjc385 closed 4 years ago

jjc385 commented 4 years ago

Note that this also depends on my other pull request #9

See https://stackoverflow.com/a/16157307 for a discussion of pytz's issues getting the local timezone on Windows. The tzlocal package fixes the issue.


Checks