(Caronte Pcode version 2.0)
Returns the current time measured in the number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT).
Example.
CS_ANTISPAM_SCRIPT this = new CS_ANTISPAM_SCRIPT($_this); this->Print(this->Format("now is : %d",this->Time()));
now is : 1271695193