mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Content Server: Add day to displayed date in /mobile book listing
This commit is contained in:
parent
e8928c8046
commit
53b677d82c
@ -235,7 +235,7 @@ class MobileServer(object):
|
||||
no_tag_count=True)
|
||||
book['title'] = record[FM['title']]
|
||||
for x in ('timestamp', 'pubdate'):
|
||||
book[x] = strftime('%b, %Y', record[FM[x]])
|
||||
book[x] = strftime('%d %b, %Y', record[FM[x]])
|
||||
book['id'] = record[FM['id']]
|
||||
books.append(book)
|
||||
for key in CKEYS:
|
||||
|
Loading…
x
Reference in New Issue
Block a user