def allTimeZones(self): for tz in all_timezones: self.scr.insert(tk.INSERT, tz + '\n') # TZ Local Button callback