Omega359 commented on issue #12218: URL: https://github.com/apache/datafusion/issues/12218#issuecomment-2440171699
Unfortunately as it stands the `now()` function nor any other UDF function has no access to the timezone of the server (though it could likely be retrieved) nor the default timezone set in ExecutionOptions (`datafusion.execution.time_zone`). I would like to fix that at some point but I am fairly certain it would mean a breaking change to UDF's as they are currently implemented. -- 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]
