UNIX_TIMESTAMP()
**Return Type:**
INT
**Example**:
Get the current and date and time in seconds:
UNIX_TIMESTAMP()
--
1446631617
 
**Compatibility**: Hive.
**Version:** HPL/SQL 0.3.17
See also:
  * [[current-date|CURRENT_DATE]]
  * [[current-timestamp|CURRENT_TIMESTAMP]]
  * [[from-unixtime|FROM_UNIXTIME]]
  * [[now|NOW]]
  * [[sysdate|SYSDATE]]