Interface need set RFC1123 time in header I can't do it in beanshell using JMeter
I know code works in java:
SimpleDateFormat sdf3 = new SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss z",Locale.US);
sdf3.setTimeZone(TimeZone.getTimeZone("GMT"));
String rfc1123_3 = sdf3.format(new Date());
But I can't run it in Beanshell script