Liste du fuseau horaire pytz
import pytz
for tz in pytz.all_timezones:
print tz
Panicky Pigeon
import pytz
for tz in pytz.all_timezones:
print tz