I have read that there is a lot of timezone support available in Django 1.4, but how does one obtain user's timezone in Django 1.3?
Once I have the timezone i.e. something like 'Europe\London' or 'GMT+4:00', it is easy to use a middleware to set it into the request.META
dict so that it is available with every request...