now()
Last updated 8/08/2022
The now()
is a function on the five
object which is used to return the current date and time in UTC as a string. When using the now()
on a table event the data type must be
TimeStamp
.
Available
Client
and Server
Function Signature
now(): string;
Return Value
A string representing the current date, formatted as RFC 3339.