alamb commented on issue #12218:
URL: https://github.com/apache/datafusion/issues/12218#issuecomment-2350129490

   > Datafusion needs to implement something similar to the following in 
Clickhouse for casting to timestamp with a specified timezone:
   
   I think you can do it like
   
   ```sql
   select now() AT TIME ZONE 'America/Denver';
   ```
   
   Though it would be awesome if that was documented (it doesn't appear to be 
in the SQL reference): https://datafusion.apache.org/search.html?q=AT+TIMEZONE


-- 
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]

Reply via email to