474 total contributions
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.
usVisit uscodeHide codeCodeOutputHide outputHide outputLoading...Run