The TIME function returns the time in unixtime, being seconds since the start of 1970 GMT.
TIME() === NOW() === the current unix time TIME( year, month, day ) === the unix time of the start of the year/month/day TIME( year, month, day, hour, minute, second ) === the unix time of the specified moment