Noob-Question: How to add minutes to a time variable?

1,102 views
Skip to first unread message

r_wraith

unread,
Jun 11, 2012, 6:01:07 AM6/11/12
to Tasker
Hi,

I want to create a Task that will write an sms an in the text give a
time that is composed from the actual time plus a certain amount of
minutes and can't find the right way to do this. If I set a avraible
%ETA as %TIME and add (for example) 35 to it, I get an error.

What Do I need to do?


Thank you for your help.

rw

Pent

unread,
Jun 11, 2012, 7:53:33 AM6/11/12
to Tasker
Use %TIMES (current time in seconds) i.e.:

Variable Set, %eta, %TIMES + ( 60 * HOWEVERMANYMINS ) (check Do Maths)

Then use Variable Convert to convert 'time in seconds to date time'.
The use Variable Split to get the time part out.

Pent
Reply all
Reply to author
Forward
0 new messages