Is there a equivalent to get Date.now() or get time for verse?

for example in javascript I could simply call Date.now() and get the current time in milliseconds.

Yes, the function you’re looking for is GetSecondsSinceEpoch() it returns a float value

2 Likes

FYI, I tested it just to be sure. :slight_smile:

Here’s a print / Sleep(0.2) / print

LogVerse: : TIME 1746883079.227000
LogVerse: : TIME 1746883079.428000

It works - and Sleep(0.2) is surprisingly accurate.

1 Like