14.06.2022, 07:43
I would just calculate how many seconds are in current hour and use it for pastTime like this
Code:
now = os.date('*t')
pastTime = now.min*60 +now.sec
------------------------------
Ctrl+F5
Ctrl+F5