Apache Presto - current_timezone()



Query

presto:default> select current_timezone() as timezone;

Result

  timezone 
-------------- 
 Asia/Kolkata 

The query returns the current timezone.

apache_presto_sql_functions.htm
Advertisements