mirror of
https://github.com/apache/impala.git
synced 2026-01-01 09:00:42 -05:00
This change adds a UDF "utc_timestamp" which returns the current date and time in UTC. Example query: select utc_timestamp(); +-------------------------------+ | utc_timestamp() | +-------------------------------+ | 2017-06-15 17:36:39.290773000 | +-------------------------------+ Change-Id: I969fc805922f2bb9c8101e84f85ff2cc3b1b6729 Reviewed-on: http://gerrit.cloudera.org:8080/7203 Tested-by: Impala Public Jenkins Reviewed-by: Matthew Jacobs <mj@cloudera.com>