codetyri0n commented on code in PR #18615: URL: https://github.com/apache/datafusion/pull/18615#discussion_r2557591802
########## datafusion/functions/src/datetime/mod.rs: ########## @@ -37,6 +44,55 @@ pub mod to_local_time; pub mod to_timestamp; pub mod to_unixtime; +// Adjusts a timestamp to local time by applying the timezone offset. Review Comment: refactored adjust_to_local_time fn that is used in both to_local_time.rs and date_part.rs as a helper fn in mod.rs -- 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]
