The time() function returns the current time measured in seconds from the Unix Epoch, Midnight GMT January 1, 1970.
time()
The example below prints out the Unix timestamp for the current date.
Favicon IconArrow Chevron Left IconCodeOutputArrow Chevron Right IconLoading...Run