mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-22 02:04: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,
|
||||
'UserFriendlyName' => 'User Name ' . uniqid(),
|
||||
'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,
|
||||
'EnableInsertRemoteImage' => true,
|
||||
'EnableShare' => true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user