From f31fbbae1ab1572e1637fc5ca9ae4bae66679294 Mon Sep 17 00:00:00 2001 From: Ketan Bhatt Date: Tue, 24 May 2016 22:20:20 +0530 Subject: Fixed #26653 -- Made SyndicationFeed.latest_post_date() return time in UTC. --- docs/ref/utils.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docs/ref') diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index d97a0becb1..2fc868e143 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -397,7 +397,12 @@ https://web.archive.org/web/20110718035220/http://diveintomark.org/archives/2004 Returns the latest ``pubdate`` or ``updateddate`` for all items in the feed. If no items have either of these attributes this returns the - current date/time. + current UTC date/time. + + .. versionchanged:: 1.11 + + In older versions, it returned the current date/time without any + timezone information. ``Enclosure`` ------------- -- cgit v1.3