Hello, I need Convert GetCurrentDateTimeUtc() in Milliseconds format. I know the GetCurrentDateTimeUtc() produces a format such as 2025-02-12T10:20:13.412Z. Any help would be appreciated or if I need to implement some math to make a functional result. Thanks!
ToInt(DateTimeDiff(GetCurrentDateTimeUtc(), MakeDateTime(1970, 1, 1)))
1 Like
Ooohh it works perfect!! Thank you so much
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.