Database

[{_id:123,date:"2022-01-01T01:00:00.000Z"}]

Query

db.collection.update({},[{$set:{date:{$dateFromString:{dateString:"$date"}}}}])

Result