API/Note->toArray(): Return UNIX timestamp instead of date string for modified
This commit is contained in:
parent
be39e37f9c
commit
88e56626af
@ -380,7 +380,7 @@ class Note {
|
||||
'content' => $this->getText(),
|
||||
'html' => $this->getHTML(true),
|
||||
'title' => $this->getTitle(),
|
||||
'modified' => $this->getModified(),
|
||||
'modified' => strtotime($this->getModified()),
|
||||
'favorite' => $this->getFavorite(),
|
||||
'owner' => [
|
||||
'uid' => $owner->getUID(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user