There was an error while loading. Please reload this page.
2 parents ffa5903 + 27c0a5b commit bcb735eCopy full SHA for bcb735e
1 file changed
src/RequestInsurance/Casts/CarbonUtc.php
@@ -52,6 +52,6 @@ public function set($model, $key, $value, $attributes): ?string
52
}
53
54
55
- return $value->setTimezone('UTC')->toDateTimeString();
+ return $value->setTimezone('UTC')->toDateTimeString('microsecond');
56
57
0 commit comments