Skip to content

Commit

Permalink
format datetime
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzondervan committed Aug 7, 2024
1 parent 0ba20f5 commit 15b63bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Db/Listing.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function jsonSerialize(): array
'metadata' => $this->metadata,
'catalogId' => $this->catalogId,
'status' => $this->status,
'lastSync' => $this->lastSync,
'lastSync' => $this->lastSync->format('c'),
'default' => $this->default,
'available' => $this->available,
];
Expand Down

0 comments on commit 15b63bd

Please sign in to comment.