def get_tzlist(): tzlist =list() tzs = pytz.common_timezones for tz in tzs: tzlist.append((tz,tz)) return tzlist