When USE_TZ is set to True, 
mezzanine.blog.templatetags.blog_tags.blog_months pulls the month and year 
from an array of timezone aware datatime objects but uses them to create an 
array of timezone unaware datatime objects which is the used to create the 
month_dicts return value. This seems like a bug to me.

For example, if a UTC time is stored in the database less than an hour 
before the end of a month, and then this tag is used with timezone 
Europe/London (UTC+1 currently) then wouldn't this tag return the pervious 
month instead of the current month? 

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to