Apache Presto - current_timezone()

查询

presto:default> select current_timezone() as timezone;
  timezone 
-------------- 
 Asia/Kolkata 

查询返回当前时区。

apache_presto_sql_functions.html