rodrigogs / mongoose-timezone

Mongoose plugin to normalize stored dates timezone.
BSD 3-Clause "New" or "Revised" License
15 stars 6 forks source link

Questions about "update" not supported. #23

Open Daxcor69 opened 3 years ago

Daxcor69 commented 3 years ago

findoneandupdate findbyidandupdate findoneandreplace findbyidandreplace

Do these all suffer the same issue, where the timezone won't be applied? Should all of these kinds of actions be replaced with save() ?

Thanks Brad