May it is just me doing something wrong but...
I assign the difference between two TimeStamps to a Duration Attribute called TimeDiff.
TimeDiff = MyTimeStampA - My TimeStampB
Assume MyTimeStampA = 27/08/19 22:00
Assume MyTimeStampB = 27/08/19 21:55
Clearly the Duration of the difference is 5 minutes. I would expect it to be displayed as 0:05 but Aware seems to always display that as 0:5 even though the format is set as HH:mm.
When the difference is say, 15 mins it displays as 0:15 which is correct.
Any ideas?