Whenever I run ${__timeShift(HH:mm,,PT30M,,)}
from the Function Helper, it gives me the time in CST (my local timezone)
I'm having trouble figuring out how to use timeShift to evaluate the HH:mm value without automatically converting it to CST time. Is there a simple way to do this, or will I need to use to use a JSR223 process to calculate the UTC value and vars.put it as a variable?
The ultimate goal is to use this value in an HTTP Sampler.
I've tried various combinations of parameters from the https://www.perfmatrix.com/jmeter-timestamp/
Also tried some basic time conversions in a JSR223 process. I am extremely new to both Java and JMeter though, so I haven't had much success.