Why spring data mongo not returning the field having time?
问题 I have a document in my collection like { "_id" : ObjectId("5e3aaa7cdadc161d9c3e8014"), "carrierType" : "AIR", "carrierCode" : "TK", "flightNo" : "2134", "depLocationCode" : "DEL", "arrLocationCode" : "LHR", "depCountryCode" : "DELHI", "arrCountryCode" : "LONDON", "scheduledDepDateTime" : ISODate("2020-02-05T00:30:00Z") } { "_id" : ObjectId("5e3aaacddadc161d9c3e8015"), "carrierType" : "AIR", "carrierCode" : "TK", "flightNo" : "2021", "depLocationCode" : "DEL", "arrLocationCode" : "LHR",