rob J.

  • 1 question asked
  • 0 answers
  • 0 best answers (0%)
  • use of java.time.Instant in javascript

    How might I convert this beanshell preprocessor script in jmeter to neoload javascript? import java.time.Instant; String epoc = Long.toString(Instant.now().toEpochMilli())...
    rob J.
    rob J.

    rob J.

    Level
    0
    3 / 100
    points
    Susan W.
    Susan W.

    Susan W.

    Level
    1
    234 / 750
    points
    Did you get this working rob J.? I'm looking to parse an ISO 8601 timestamp and instant is now recommended but I can't see how to import the JAR if it's within Java 8 SE already...