steady increasing number (each second) ?

Well, delta time is the time elapsed between frames, which probably does vary depending on the frame (I’m new to the engine so not sure), but even so that doesn’t actually stop you from making a fairly reliable timer using it.

Floating point addition does generate rounding errors, but over a relatively short period of time (such as most game uses) it shouldn’t be much of a practical problem.