How to add or subtract time from date/time field
Hi Team,
I have a requirement where I would want to add some hours or minutes to my time variable.
For example: How would I do this?
${time:now()} - 4 hours.
I want to do add/subtract from current time like how they do it in bash --> https://stackoverflow.com/questions/4...
Thanks and regards.