What is the best way to get the ms since epoch?

In JS there is new Date().getTime().
Is ToInteger(Format('%tQ', Now())) the best FQL equivalent? Or am I missing something? It seems a bit bulky.

Ok, found it:
ToMillis(Now())

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.