django-newswall icon indicating copy to clipboard operation
django-newswall copied to clipboard

This is my version of a Tumblelog

Results 2 django-newswall issues
Sort by recently updated
recently updated
newest added

I think you can remove [this](https://github.com/matthiask/django-newswall/blob/master/newswall/providers/feed.py#L24-L26): ``` python if hasattr(entry, 'date_parsed'): timestamp = datetime.fromtimestamp( time.mktime(entry.date_parsed)) ``` In the [feedparser 5.1.3 docs](https://pythonhosted.org/feedparser/reference.html), `date_parsed` isn't an attribute of a feed `entry` so...

When the `update_newswall` script is run against WordPress feeds (RSS or Atom), the resulting timestamps come out as timezone naive so when pulling into a timezone-aware Django app you get...