Posts: 221
Threads: 45
Joined: Nov 2015
Reputation:
2
I need something to happen the next day retrieved from the os.date function.
How do I get the correct value in the easiest fashion, correcting for month change, etc.?
Posts: 221
Threads: 45
Joined: Nov 2015
Reputation:
2
21.03.2022, 10:12
(This post was last modified: 21.03.2022, 10:13 by FatMax.)
This is brilliant.
Thank you so much!
Posts: 7758
Threads: 42
Joined: Jun 2015
Reputation:
447
There's a certain edge case when the time jumps backwards due to the daylight saving time change. But it looks like that date.day + 1 method is also affected by this.