Skip to content

Instantly share code, notes, and snippets.

@fsans
Last active October 6, 2022 16:47
Show Gist options
  • Save fsans/ff704f888acd0081509524311966c2af to your computer and use it in GitHub Desktop.
Save fsans/ff704f888acd0081509524311966c2af to your computer and use it in GitHub Desktop.
Returns the seconds since 00:00:00 UTC

UnixTime( )

Returns the seconds since 00:00:00 UTC

Floor( GetAsNumber ( Get ( CurrentTimeUTCMilliseconds ) ) / 1000 ) - GetAsNumber ( Timestamp ( "01/01/1970" ; "00:00:00" ) )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment