I have a collection of documents with a geospatial index location: {lat:XX.XXXX, lng:XX.XXXX}
. But I would like them to be outputted by TimeZone.
I was thinking of converting geolocation to Timezone, and have an index based on that, but I'm not sure how to do that either, or if it'll be easier to use the geospatial index anyway.