Apache Presto - localtimestamp



Query

presto:default> select localtimestamp as local_timestamp; 

Result

     local_timestamp 
------------------------- 
 2016-07-06 13:17:59.347 

The query returns the local timestamp.

apache_presto_sql_functions.htm
Advertisements