Is there is difrence

is there is difrence between block in clock now and System time

1 Like

I do think that SystemTime is a string, but Now is an Instant. There is a lot of confusion between whether to use SystemTime or Now, e.g. here.

If you want to perform time operations that require an instant, like in Anke's example,

use Now. When you want to display it in front of a user, use SystemTime.

And one more interpretation,

1 Like

I really don't see what else to has to be added to the two blocks I've shown. :upside_down_face:

image

I can see difference of 2 Millis.

P.S. Might be different execution may result into different result.

Sure,

image

On different devices:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.