Open Floreg2000 opened 7 years ago
sts = datetime.strptime(ts.split('-')[0],'%H:%M:%S')
splits on '-'. Author of this scripts is from West You are obviously on East side of UTC zone because you are getting +01:00 Change this line to: sts = datetime.strptime(ts.split('+')[0],'%H:%M:%S') It should fix this bug.
I am most certainly not on the east side of UTC, in fact, I'm in PDT (UTC -7) .
Thank you so much for the response. I will try to the fix tomorrow. I am indeed on the East side of UTC so hopefully it wil work.
Thank you! It's a very handy app.
After I run
It give me this
I really dont know what to do. So can you help me with solving this problem?