Hi,
I need to grab the current time and date, format it to ISO and add 20 minutes.
I use it for boosting my thermostat which only accepts a temporary setpoint change if the request is combined with a future date.
I don't want to use it with a distant future date like 2080 as I want it to automatically shut off after 20 minutes.
I currently use a script in LUA which works fine but have no clue in vb.net, it could be in vb script but it must be easier in .net
The output needs to be:
Thanks
I need to grab the current time and date, format it to ISO and add 20 minutes.
I use it for boosting my thermostat which only accepts a temporary setpoint change if the request is combined with a future date.
I don't want to use it with a distant future date like 2080 as I want it to automatically shut off after 20 minutes.
I currently use a script in LUA which works fine but have no clue in vb.net, it could be in vb script but it must be easier in .net
The output needs to be:
Code:
2017-06-26T00:00:00.00Z
Comment