Omega359 opened a new issue, #17996: URL: https://github.com/apache/datafusion/issues/17996
### Is your feature request related to a problem or challenge? The current_time() function currently uses UTC tz. Now that functions have access to the ConfigOptions current_time() can be updated to use the tz set in 'datafusion.execution.time_zone' ### Describe the solution you'd like current_time() returns a tz aware date via the 'datafusion.execution.time_zone' config option. ### Describe alternatives you've considered Leave unchanged. ### Additional context _No response_ -- 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]
