appletreeisyellow commented on issue #10602: URL: https://github.com/apache/datafusion/issues/10602#issuecomment-2138314174
> but I found that using `to_char(time AT TIME ZONE 'UTC' AT TIME ZONE 'Europe/Brussels', '%F %X')` also results in correct local time. @Abdullahsab3 Nice find! Seems like using `to_char()` matches what you described in https://github.com/apache/datafusion/issues/10368 for `to_local_time()`. I'm curious if you are satisfied with `to_char()` solution? Or is there anything that `to_char()` cannot achieve? -- 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]
