0

I am trying to resolve a location's coordinates (latitude, longitude), to an accurate current local time.

For example, let's say I have a list of locations on a website. When I look at a specific location I will always know its latitude/longitude (it could be anywhere in the world). I would like to display the current time at that location.

I can write something from scratch by myself, but I was wondering if there are any libraries/plugins that would allow me to do this faster.

Thanks,

Goro
  • 9,919
  • 22
  • 74
  • 108

1 Answers1

2

See Timezone lookup from latitude longitude

Community
  • 1
  • 1
Alex Howansky
  • 50,515
  • 8
  • 78
  • 98