summaryrefslogtreecommitdiffstats
path: root/lib/Db/Item.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Db/Item.php')
-rw-r--r--lib/Db/Item.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Db/Item.php b/lib/Db/Item.php
index d3f9efc40..1909019c1 100644
--- a/lib/Db/Item.php
+++ b/lib/Db/Item.php
@@ -150,7 +150,7 @@ class Item extends Entity implements IAPI, \JsonSerializable {
'feedId' => $this->getFeedId(),
'unread' => $this->isUnread(),
'starred' => $this->isStarred(),
- 'lastModified' => $this->getLastModified(),
+ 'lastModified' => (int) substr($this->getLastModified(), 0, -6),
'rtl' => $this->getRtl(),
'fingerprint' => $this->getFingerprint(),
'contentHash' => $this->getContentHash()