#9957: Feeds discard timezone information from pubdate -------------------------------------+-------------------------------------- Reporter: urajat | Owner: nobody Status: new | Milestone: post-1.0 Component: RSS framework | Version: SVN Keywords: atom rss feeds timezone | Stage: Unreviewed Has_patch: 1 | -------------------------------------+-------------------------------------- Changeset [http://code.djangoproject.com/changeset/8216 8216] which fixed [http://code.djangoproject.com/ticket/7016 7016] calculates the timezone offset with respect to the server timezone. Even if timezone information is already present in the '''pubdate''' field (i.e. the '''datetime.datetime''' object returned by '''item_pubdate''' already contains a '''tzinfo''' component), it is discarded. The attached patch checks '''pubdate''' for attached timezone information before calculating the offset.
-- Ticket URL: <http://code.djangoproject.com/ticket/9957> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
