I have script where current date and current date + 4 days need to be pass as URL param in https req. I want to avoid groovy script or other script here to generate the next date.
To get current system date in epoch format I am using ${__time(/1000,)}
But not sure how to get the next date in this epoch format 1588926501
with using _time or _timeshift option.
Could anyone please help?