Skip to content

Instantly share code, notes, and snippets.

@Allwin12
Created July 1, 2020 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Allwin12/68c3f174d537207c3f759d91904afb7f to your computer and use it in GitHub Desktop.
Save Allwin12/68c3f174d537207c3f759d91904afb7f to your computer and use it in GitHub Desktop.
from timezonefinderL import TimezoneFinder
tf = TimezoneFinder()
longitude, latitude = 13.358, 52.5061
print(tf.timezone_at(lng=longitude, lat=latitude))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment