So Django 1.4 just was released with time zone support, but I'm confused with how and when to utilize the "current time zone" that the docs keep mentioning. When should I activate and deactivate the current time zone for a user?
I'm pretty new with Django, so I'm not even sure if the context of the current time zone would apply to a specific user or to the web server (spanning all users). Any clarification on this would be great.