Send event date as timestamp
This commit is contained in:
parent
aeee08270d
commit
255d77ec7a
@ -108,7 +108,7 @@ class Event implements JsonSerializable {
|
|||||||
"id" => $this->getID(),
|
"id" => $this->getID(),
|
||||||
"machineid" => $this->getMachineID(),
|
"machineid" => $this->getMachineID(),
|
||||||
"name" => $this->getName(),
|
"name" => $this->getName(),
|
||||||
"date" => $this->getDate(),
|
"date" => strtotime($this->getDate()),
|
||||||
"techuid" => $this->getTechUID(),
|
"techuid" => $this->getTechUID(),
|
||||||
"publicnotes" => $this->getPublicNotes(),
|
"publicnotes" => $this->getPublicNotes(),
|
||||||
"privatenotes" => $this->getPrivateNotes()
|
"privatenotes" => $this->getPrivateNotes()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user