Group: Moderators
Posts: 1.2K,
Visits: 4.3K
|
Hi Andy,
Thanks for bringing this issue to our attention.
Looking at this, I think the elapsed and elapsedDecimal features are not implemented very well and will need to be revisited. To make matters worse, our documentation is incorrect.
elapsedDecimal take a decimal value and converts it into a timstamp using today's date and the decimal value as the number of milliconds since the start of the process. In this case, your decimal value represensts seconds - not milliseconds. There is currently no way to represent seconds since application start.
To address the issue, I think elapsedDecimal should be deprecated and replaced with elapsedTimeMilliseconds and elapsedTimeSeconds. I will get this fixed as a priority. We should have a BETA release out early next week at the latest.
Thanks again,
Toby
|