Best Method for Real DateTime or Epoch Ticks in Verse

What is the supported or recommended method in Verse now for retrieving real-world date/time or ticks since epoch? Is there an API call?

This: GetSecondsSinceEpoch(), returns the seconds as a float.

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

LogVerse: : TIME 1746883079.227000
LogVerse: : TIME 1746883079.428000

2 Likes

Awesome! Thanks, that’s what I was looking for. :slight_smile: