HI
im trying to obtain the date in 1 day from now.
so if today is 30 April 2019 (you will need to change your date to 30 April 2019 manually)
what is the correct way to achieve this
im using this code but using +1 gives 32 as answer rather than 1 , April Being 30 days only.
t = os.date("*t")
t.day = t.day + 1
position = os.time(t)
print ("Monthday= "…t.day)