We have a 'places' collection with 2d geospatial indexes (loc), that specify the coordinates of places around the globe.
Can mongoDB be used to find the timezone for a given set of coordinates? If not, what is a good practice to approach this topic?
Thanks you.