diff --git a/src/PersistentData/Model/Place.php b/src/PersistentData/Model/Place.php index 033f05e..6a3b029 100644 --- a/src/PersistentData/Model/Place.php +++ b/src/PersistentData/Model/Place.php @@ -166,7 +166,7 @@ class Place extends Model } $this->panoIdCached = $panoId; - $this->panoIdCachedTimestamp = new DateTime('now'); + $this->panoIdCachedTimestamp = new DateTime(); (new PersistentDataManager())->saveToDb($this);