laravel-mongodb
laravel-mongodb copied to clipboard
This post shows up still in 2019 🔢
This post shows up still in 2019 🔢
use MongoDB\BSON\UTCDateTime;
new UTCDateTime(new \DateTime('now'));
Carbon extends DateTime so a carbon instance should be usable:
new UTCDateTime(Carbon::now());
Originally posted by @marcnewton in https://github.com/jenssegers/laravel-mongodb/issues/594#issuecomment-453159291
while fetching data I get
"created_at": {
"$date": {
"$numberLong": "1653035305018"
}
}
but I want it
2022-05-20T08:28:25.021000Z
OR
022-05-20 14:13:27