codetyri0n commented on code in PR #18990: URL: https://github.com/apache/datafusion/pull/18990#discussion_r2572970319
########## 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: `adjust_to_local_time` refactored to mod.rs as it was a common helper function for both date_part and to_local_time CC: @martin-g -- 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]
