Daftar zona waktu pytz
import pytz
for tz in pytz.all_timezones:
print tz
Panicky Pigeon
import pytz
for tz in pytz.all_timezones:
print tz