View Single Post
Old 07-17-2019, 09:40 AM   #1
johnzondag
Junior Member
johnzondag began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jul 2019
Device: Calibre
search using date AND time

Hi,

I'm using a script to list some books and save them:
calibredb list -s 'last_modified:>2019-07-16' -f id| .....

Is it possible to add the time to the date? I've tried:
2019-7-16_13:00:00 (with underscore)
2019-7-16 13:00 (only hours/minutes)
2019-7-16 13:00:00:000 (hours, minutes, seconds, miliseconds)
"2019-7-16 13:00:00" (embedded in double quotes)

I get no warning on the date format, but no results either. I've also looked at the advanced search in the GUI, but haven't found a workable format for date+time. When sorting in the GUI I can see that the hours/minutes/seconds are present.

Any ideas would be much appreciated!
johnzondag is offline   Reply With Quote