View Single Post
Old 04-14-2011, 07:17 AM   #4
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,449
Karma: 8012886
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
The stored modified date is correct.

Your problem is that the column is sorted by what you see, which does not include the time portion of the modified date. To have the time taken into consideration, you must change the template.

Unfortunately, the current version of calibre does not provide a way to display dates with times in custom columns. I interpreted this post as an enhancement request and have added a new format code to do that; the change should be in the next release. After the change is released, either remove the formatting template on your custom column or change the value given to format_date to 'iso', without the quotes. Examples:
Code:
{last_modified}
or
Code:
{last_modified:format_date(iso)}
chaley is offline   Reply With Quote