This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new a334994 Document default for shift value on timeShift function
a334994 is described below
commit a334994f8810123a243bf1215a1aa78f525f9197
Author: Felix Schumacher <[email protected]>
AuthorDate: Sat Sep 18 13:12:06 2021 +0200
Document default for shift value on timeShift function
---
xdocs/usermanual/functions.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/xdocs/usermanual/functions.xml b/xdocs/usermanual/functions.xml
index 9bd0e3c..e537789 100644
--- a/xdocs/usermanual/functions.xml
+++ b/xdocs/usermanual/functions.xml
@@ -1586,7 +1586,8 @@ returns:
<property name="value to shift" required="No">
Indicate the specified amount of seconds, minutes, hours or days to
shift according to a textual
representation of a duration such as <code>PnDTnHnMn.nS</code>. See
- <a
href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html#parse-java.lang.CharSequence-">Duration#parse(CharSequence)</a>
+ <a
href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html#parse-java.lang.CharSequence-">Duration#parse(CharSequence)</a>.
+ If ommitted, no shifting will be done.
<ul>
<li><code>PT20.345S</code> parses as 20.345 seconds</li>
<li><code>PT15M</code> parses as 15 minutes</li>