If it is a deep key, then the date is retrieved without the time zone
{
"_id": "64a4303dd48877e74703af62",
"test": {
"date": "2023-07-04 14:44:13"
},
"updated_at": "2023-07-04T14:44:13.670000Z",
"created_at": "2023-07-04T14:44:13.670000Z"
}
if the test itself contains a date, then everything is extracted correctly
{
"_id": "64a430a7665e647a150c8ff2",
"test": "2023-07-04T14:45:59.212000Z",
"updated_at": "2023-07-04T14:45:59.224000Z",
"created_at": "2023-07-04T14:45:59.224000Z"
}
how to solve this problem?