mhilton commented on issue #10368: URL: https://github.com/apache/datafusion/issues/10368#issuecomment-2111684373
In postgresql the `AT TIME ZONE` expression changes a `TIMESTAMP WITH TIME ZONE` value to `TIMESTAMP WITHOUT TIME ZONE` value at the wall-clock time in the requested time zone (see table [9.34](https://www.postgresql.org/docs/current/functions-datetime.html#FUNCTIONS-DATETIME-ZONECONVERT)). In datafusion this expression casts from one `TIMESTAMP WITH TIME ZONE` to another `TIMESTAMP WITH TIME ZONE` with the time zone adjusted. -- 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]
