Send event date as timestamp

master
Skylar Ittner 4 years ago
parent aeee08270d
commit 255d77ec7a

@ -108,7 +108,7 @@ class Event implements JsonSerializable {
"id" => $this->getID(),
"machineid" => $this->getMachineID(),
"name" => $this->getName(),
"date" => $this->getDate(),
"date" => strtotime($this->getDate()),
"techuid" => $this->getTechUID(),
"publicnotes" => $this->getPublicNotes(),
"privatenotes" => $this->getPrivateNotes()

Loading…
Cancel
Save