Omega359 opened a new issue, #17998: URL: https://github.com/apache/datafusion/issues/17998
### Is your feature request related to a problem or challenge? The to_timestamp() function currently uses no timezone (except when the input is a Timestamp type) and outputs a value of type `Timestamp(Second/Nanosecond/etc, None)` Now that functions have access to the ConfigOptions I believe it is possible to change this function so that it outputs timestamps in the timezone as set in the configuration. ### Describe the solution you'd like to_timestamp understands and outputs timestamps using the timezone as set in the config option `datafusion.execution.time_zone`. ### 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]
