Is there a way to retrieve timezone information based on Country and State/Province in Python?
E.g. The United States and New York will get EST (Eastern Standard Time).
If that's not possible or efficient, is there a way to get timezone based on Country and City instead?
I'm using Python Django in my project. Thanks in advance.