接口需要在标头中设置 RFC1123 时间我不能在 beanshell 中使用 JMeter
我知道代码在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());
但我无法在 Beanshell 脚本中运行它