I got a part of the google maps ETA script that i want to tweak, see below:
Code: Select all
("%02d:%02d"):format(time.hour, time.min+(traffic_Home2Work)
16:20 + 20 min works fine --> 16:40
16:50 + 20 min gives 16:70
On the forum I can't find the correct way of coding, hope someone can help me as this is probably not the hardest question here
