We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c8368 commit 70546e6Copy full SHA for 70546e6
api/src/State/CampUpdateProcessor.php
@@ -33,7 +33,7 @@ public function __construct(
33
34
public function onBeforeSharingStatusChange(Camp $data): Camp {
35
if ($data->isShared) {
36
- $data->sharedSince = new \DateTime();
+ $data->sharedSince = new \DateTime('now', new \DateTimeZone('UTC'));
37
38
/** @var User $user */
39
$user = $this->security->getUser();
0 commit comments