Did timezone() get any changes recently? Some of my code that used to work fine doesn't work anymore
I’ve written some code a while back (around April of 2021), and as I recall, the code worked exactly how I had wanted it. If you were wondering, the code is supposed to gather the hour, minute, second, along with the date and timezone, and display it every second. from pytz import timezone import datetime… Read More Did timezone() get any changes recently? Some of my code that used to work fine doesn't work anymore