[Report] Add hour:minute information into pubdate column
Opened this issue · 2 comments
It seems we lose information from the original publication date:
offer.date_pub.strftime('%Y-%m-%d %H:%M')
For instance, here we get only '2013-11-21 00:00' for all the offers fetched on the 11/21
Please do not pollute the pubdate column with the hour of publication: it's
useless and it'll break the pubdate filter.
On 21 November 2013 23:06, Yoann Sculo notifications@github.com wrote:
It seems we lose information from the original publication date:
offer.date_pub.strftime('%Y-%m-%d %H:%M')
For instance, here we get only '2013-11-21 00:00' for all the offers
fetched on the 11/21—
Reply to this email directly or view it on GitHubhttps://github.com//issues/42
.
This is not useless to me. I don't consider this information irrelevant.
However we can plan this feature for the v1.1.0 if it requires to much javascript work to update the filter system.