This is related to the recent discussion about timezone-aware datetime storage [1] and how django doesn't do it. Since the date filter's "c" argument is handled with python's datetime.isoformat() [2] timezone- naive datetimes will not display a UTC offset.
[1] http://groups.google.com/group/django-developers/browse_thread/thread/76e2b486d561ab79/0a46b72da6e9fb03 [2] http://docs.python.org/library/datetime.html#datetime.datetime.isoformat -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.