-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.6
-
Fix Version/s: 5.6.0-HF21, 5.7.2
-
Component/s: Automation
Successive calls to DateWrapper.seconds(XX) will accumulute the amount of seconds in the inner calendar, instead of handling each operation separately
For instance, running this operation at noon
@{CurrentDate.seconds(-300)}
will return 11:55.
Then running
@{CurrentDate.seconds(60)}
will return 11:56, instead of 12:01