Merge remote-tracking branch 'origin/master' into php8

This commit is contained in:
github-actions[bot]
2022-02-13 07:59:02 +00:00
9 changed files with 202 additions and 9 deletions

View File

@@ -304,7 +304,7 @@ class StorageObjectStub extends StorageObject
$this->_generation = $generation;
$this->_info = $info;
$this->_connection = $connection;
$timeCreated = new Datetime();
$timeCreated = new DateTime();
$this->_info['metadata']['timeCreated'] = $timeCreated->format('Y-m-d\TH:i:s.u\Z');
}