How to set a variable to a predefined date/time tomorrow?
Posted: 17 Oct 2019 11:44
Hello,
I'd like to set a variable "test" to 7AM on the following day. The "following day" part is relative to today's date (+1) but the time (7:00 AM) should be fixed. The output should be in UNIX time (i.e. the default Automagic way).
Example:
If now is 17 Oct 13:40, "test" should be set to 18 Oct 07:00 AM.
How can I do that?
Thanks!
I'd like to set a variable "test" to 7AM on the following day. The "following day" part is relative to today's date (+1) but the time (7:00 AM) should be fixed. The output should be in UNIX time (i.e. the default Automagic way).
Example:
If now is 17 Oct 13:40, "test" should be set to 18 Oct 07:00 AM.
How can I do that?
Thanks!