Floating point numbers aren't 100% precise. The solution would be to display your number to only a certain number of decimal places, using the Format Decimal Number system expression:
FormatDecimal(Sprite('Time'), 6)
would give the number to 6 decimal places, which in the above case, is about the range of accuracy.