Hi Support,
There is some issue found while adding time into timestamp attribute. Here below is the rule and Test case values to reproduce.
There are two attributes
Attribute Name: Datatype
TDateTime: Timestamp
TMinutes: Number
RULE:
Tminutes WAS CHANGED
TDateTIme = TIME_ADD(TDateTime, Tminutes/60)
Now here are the cases
Current TDateTime : 07/27/15 00:00
Enter value 60, it will add 1 hr to TDateTime attribute which is correct.
Result: 07/27/15 01:00
Enter value 61, which means it has to add 1hr and 1min to TDateTime but it fails here and updating only hr not mins.
Result: 07/27/15 01:00
This is happening on many cases.
Please suggest.
Thanks