Author: pmouawad
Date: Sun Jul 15 13:22:07 2018
New Revision: 1835970

URL: http://svn.apache.org/viewvc?rev=1835970&view=rev
Log:
Bug 62533 - Allow use epoch time as Date String value in function 
__dateTimeConvert
Make  Test implement JMeterSerialTest

Bugzilla Id: 62533

Modified:
    
jmeter/trunk/src/functions/org/apache/jmeter/functions/DateTimeConvertFunction.java

Modified: 
jmeter/trunk/src/functions/org/apache/jmeter/functions/DateTimeConvertFunction.java
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/src/functions/org/apache/jmeter/functions/DateTimeConvertFunction.java?rev=1835970&r1=1835969&r2=1835970&view=diff
==============================================================================
--- 
jmeter/trunk/src/functions/org/apache/jmeter/functions/DateTimeConvertFunction.java
 (original)
+++ 
jmeter/trunk/src/functions/org/apache/jmeter/functions/DateTimeConvertFunction.java
 Sun Jul 15 13:22:07 2018
@@ -36,7 +36,7 @@ import org.slf4j.LoggerFactory;
  * Can optionally store it in a variable.
  * 
  * @since 4.0
- *
+ * 
  */
 public class DateTimeConvertFunction extends AbstractFunction {
     private static final Logger log = 
LoggerFactory.getLogger(DateTimeConvertFunction.class);


Reply via email to