codetyri0n opened a new pull request, #18040: URL: https://github.com/apache/datafusion/pull/18040
## Which issue does this PR close? - Closes #17996. ## Rationale for this change - The current_time() function currently uses UTC tz. This PR updates current_time() to use the tz set in 'datafusion.execution.time_zone' ## What changes are included in this PR? - current_time() returns a tz aware date via the 'datafusion.execution.time_zone' config option. ## Are these changes tested? - Tested with Datafusion CLI with slt covering popular scenarios added. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
