I am looking for a python package that can provide the following functions:
timezone = foo.gettimezoneinfo(zipcode) date_time = foo.convert_time(datetime object, zipcode)
Is there such a package? If not, how can I implement it? Can I use any zipcode database - timezone?
I need to use this with the Asiads of the USA and Canada.
Thanks.
Sujit source share