Hi, I’m trying to add 300 seconds to my ‘Creation Time’ in my application to trigger a timer. However I’m having trouble with the numerical types. What logic should I have in my numerical types to make this addition possible?
from 'date-time'
is for a numerical type conversion, but the numerical type of Creation Time
is already date-time
. The addition should work if you leave out the conversion.