rubys / venus

Planet Venus is an awesome ‘river of news’ feed reader. It downloads news feeds published by web sites and aggregates their content together into a single combined feed, latest news first.
http://intertwingly.net/code/venus/docs/index.html
Other
273 stars 99 forks source link

Fix future_dates=ignore_entry scrub #35

Open jeblair opened 8 years ago

jeblair commented 8 years ago

The ignore_entry setting for the future_dates scrub incorrectly compared dates to time.time() (a float) rather than time.gmtime() (a time_struct).