timezone support in django -


I am trying to get different US timezones supported in Django. I'm able to get the America / New_York and more. But my question is for places like Hawaii? I'm not able to get the proper timezone settings for it? Is there any place for all available settings which we can use in Django? I want to create an application and give the user the ability to choose the timezone that they are .. Thanks for the help!

"" (See good video from PyCon 2012).

  & gt; & Gt; & Gt; Import Pits & gt; & Gt; & Gt; Pytz.all_timezones ['Africa / Abidjan', 'Africa / Accra', 'Africa / Addis_Ababa' ... 'America / Pacific-New', 'US / Samoa', 'UTC', 'Universal', 'W-SU ',' Wight ',' Zulu ']   

Data is available: all_timezones = [' Africa / Abidjan ',' Africa / Eleven ' ..] all_timezones_set = set (['Africa / Abidjan', 'Africa / Accra', ...] common_timezones = ['Africa / Abidjan', 'Africa / Eleven', ...] common_timezones_set = set (['Africa / Abijen ',' Africa / eleven ', ...]) country_name = {u'BD': U 'Bangladesh', you 'b': u 'Belgium', ...} country_timezones = {u'BD '}: [U Asia / Dhaka], U'BE': [E'Erope / Brussels'] ...} < / Html>

Comments