Is there is difrence

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,

image

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