On 14 June 2012 21:38, Philippe Mouawad <philippe.moua...@gmail.com> wrote:
> Hello,
> I prefer:
> __timeAdd(format, number*, m|h|d|w|M|y**, variable)
> * can be negative
> ** applied to number, ie +/- 1 minute, hour, day, week, month or year.
> Only one option is possible.

What about the base time?

The current proposal would only allow the user to adjust the current time.
Each time it is invoked the base time may vary.

Is there any need to apply the calculation to a pre-defined time, e.g.
one extracted from a sampler response?

Or perhaps to call __time() to set up a variable, and then use
__timeAdd() to create various different times from it?

If we are going to add a time calculator function, it should be as
versatile as possible, without being too complicated to use or
implement.

> Regards
> Philippe M.
>
> On Wed, Jun 13, 2012 at 2:11 PM, D G <dmwmailingl...@gmail.com> wrote:
>
>> For full context see here:
>> https://issues.apache.org/bugzilla/show_bug.cgi?id=53362
>>
>> Needed a __time function with the ability to add n days before
>> returning a date string so I created one.
>>
>> I'd happily create a new function or append the current one. Would
>> users prefer a
>>
>> __time(format, variable, +/-Days) (reordered for compatebility)
>>
>> where Days is the amount of days to add or subtract before returning a
>> formatted string.
>>
>> or a new function?
>>
>> proposal:
>>
>> __timeMath(format, number, m|h|d|w|M|y**, variable)
>>
>> ** applied to number, ie +/- 1 minute, hour, day, week, month or year.
>> Only one option is possible.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
>> For additional commands, e-mail: user-h...@jmeter.apache.org
>>
>>
>
>
> --
> Cordialement.
> Philippe Mouawad.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org

Reply via email to