Skip to content

Instantly share code, notes, and snippets.

@Allwin12
Created July 1, 2020 14:06
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/c1ad035637a8f6a483dc48f1eaab67e5 to your computer and use it in GitHub Desktop.
Save Allwin12/c1ad035637a8f6a483dc48f1eaab67e5 to your computer and use it in GitHub Desktop.
from timezonefinderL import TimezoneFinder
tf = TimezoneFinder()
longitude = 12.773955
latitude = 55.578595
tf.closest_timezone_at(lng=longitude, lat=latitude)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment