mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-22 10:14:24 +00:00
fix: Format date properly.
This commit is contained in:
parent
b189726380
commit
62536ab2ff
@ -79,7 +79,7 @@ final class ChillWopi implements WopiInterface
|
|||||||
'SupportsLocks' => true,
|
'SupportsLocks' => true,
|
||||||
'UserFriendlyName' => 'User Name ' . uniqid(),
|
'UserFriendlyName' => 'User Name ' . uniqid(),
|
||||||
'UserExtraInfo' => [],
|
'UserExtraInfo' => [],
|
||||||
'LastModifiedTime' => date('Y-m-d\TH:i:s.u\Z', $storedObject->getCreationDate()),
|
'LastModifiedTime' => date('Y-m-d\TH:i:s.u\Z', $storedObject->getCreationDate()->getTimestamp()),
|
||||||
'CloseButtonClosesWindow' => true,
|
'CloseButtonClosesWindow' => true,
|
||||||
'EnableInsertRemoteImage' => true,
|
'EnableInsertRemoteImage' => true,
|
||||||
'EnableShare' => true,
|
'EnableShare' => true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user