Relative Content

Tag Archive for pythonfor-loopdatetimetkinterpytz

When I click the button, the time doesn’t change in the label. I don’t know why

My program is to display the timer in a set local time using tkinter and then changing the local time via a button to get a new timer with the newly set local time. But When I click the button it doesn’t do anything. I tried to print the ‘i ‘ value in the loop but it is always showing 2 only, which is last in range. pls help