View Single Post
Old 11-02-2011, 10:45 PM   #7
awitko
Member
awitko began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Oct 2011
Device: Kindle
Thank you Nick. I inserted that function and it works - no more blocked articles!

In order to remove the date appended after the title (this is redundant on the kindle since it attached the date) I replaced the following code

if date is not None:
self.timefmt = ' [%s]'%self.tag_to_string(date)

with

self.timefmt = ''

I noticed the other date next to the title on my kindle (the one not previously appended to the title) is later. It shows tomorrow's date even though it is at 4-5 hours before midnight here (pacific standard time). How is this controlled and how would I make it consistent with my local time? It seems to be using a date based on a different time zone than me or my computers. And even different than NY Times time zone - presumably EST.

Last edited by awitko; 11-03-2011 at 12:20 AM.
awitko is offline   Reply With Quote