Under the "cursor":

db.timezone.findOne( {
    l: { 
        '$geoIntersects' : { 
            '$geometry' : { 
                type: 'Point', 
                coordinates: [ -0.08237, 51.52336 ] 
            } 
        } 
    } 
}, { ts: 1 } );
Result:


{
  "_id" : "r-1403284",
  "ts" : [
    "TZID=Europe/London",
    "type=multipolygon"
  ]
}