Re: Mulitple Time Zone support?

2009-04-12 Thread Brian Neal
On Apr 12, 7:15 pm, ydjango wrote: > What is the best way to provide multiple Time zone support? Definitely check out the Python pytz module. > (Also where can I get list of all time zones to populate the  select > dropdown.) > There is almost 400 time zones in the

Re: Mulitple Time Zone support?

2009-04-12 Thread Malcolm Tredinnick
On Sun, 2009-04-12 at 17:15 -0700, ydjango wrote: > What is the best way to provide multiple Time zone support? > > The registered user visiting the website should see all times and > dates as per his/her time zone and not as per time zone in > settings.py? If I were doing this, I'd create a

Re: Mulitple Time Zone support?

2009-04-12 Thread Alex Gaynor
On Sun, Apr 12, 2009 at 8:15 PM, ydjango wrote: > > What is the best way to provide multiple Time zone support? > > The registered user visiting the website should see all times and > dates as per his/her time zone and not as per time zone in > settings.py? > > We will keep

Mulitple Time Zone support?

2009-04-12 Thread ydjango
What is the best way to provide multiple Time zone support? The registered user visiting the website should see all times and dates as per his/her time zone and not as per time zone in settings.py? We will keep user's time zone in our database. Dates and times will be stored in Mysql DB and I