JMeter Time Functions
JMeter Time Functions ${__time(yyyy-MM-dd-HH:mm:ss:SSS a XXX)} : Generate 2020-10-21-11:16:38:966 AM +05:30 ${__timeShift(yyyy-MM-dd HH:mm:ss,,P2D,,)} : Generate a future date by adding 2 days in the current day ${__timeShift(yyyy-MM-dd HH:mm:ss,,PT2H,,)} : Generate a future time by adding 2 hours in the current time ${__timeShift(yyyy-MM-dd HH:mm:ss,,PT2M,,)} : Generate a future time by adding 2 minutes in the current time ${__timeShift(yyyy-MM-dd HH:mm:ss,,P2DT2H,,)} : Generate a future date and time by adding 2 days and 2 hours in the current timestamp ${__timeShift(yyyy-MM-dd HH:mm:ss,,-PT2M,,)} : Generate a past time by reducing 2 minutes in the current time ${__timeShift(yyyy-MM-dd HH:mm:ss,,-P2DT2H,,)} : Generate a past date and time by reducing 2 days and 2 hours in the current timestamp ${__timeShift(yyyy-MM-dd HH:mm:ss,2020-10-20,P2D,,)} : Generate 2020-10-22 which is the next 2nd day from the specified date. Input Argument: Format: Refer to the below table for the input form...