Github user FSchumacher commented on a diff in the pull request:
https://github.com/apache/jmeter/pull/291#discussion_r113537173
--- Diff: xdocs/usermanual/functions.xml ---
@@ -1499,6 +1502,36 @@ becomes:
</properties>
</component>
+
+<component index="§-num;.5.22" name="__timeShifting">
+<description>
+ <p>The timeShifting function returns a date in various formats with
the specified amount of seconds/minutes/hours/days/months added</p>
+ </description>
+<properties>
+ <property name="Format" required="No">
+ The format to be passed to DateTimeFormatter.
+ If omitted, the function use milliseconds since epoch format.
--- End diff --
use => uses
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---