Use entries[i].updated_parsed
instead of entries[i].updated
, and feedparser
will return a parsed 9-tuple for you. (Documentation)
Then build a datetime
object and pass it to Django or format to a string by yourself.
There is a similar question here.