Our backend database is Mongodb and it stores date as UTC format by default. When we create the cognitive search indexes, it grabs the UTC date. This causes issues when we do the search as we need to search based on our local datetime. Is there anyway to auto convert the date coming from cognitive search index to local datetime if the source is UTC date format?