waitingkuo commented on PR #3660: URL: https://github.com/apache/arrow-datafusion/pull/3660#issuecomment-1262806442
@avantgardnerio @alamb @liukun4515 this is based on our discussion https://github.com/apache/arrow-datafusion/issues/3148#issuecomment-1226105182 > 1. Add `timestamp` but not `timestamp with timezone` > 2. Hard code the server "local" time zone to always be UTC, such that `show time zone` always returns UTC and `set time zone 'UTC'` is the only `set` command that will not produce an error > 3. Add `timestamp with timezone`, but it will always be UTC due to the above > 4. Add support for `set time zone 'UTC+8'` > 5. Add support for `set timezone 'US/Mountain` 1 and 2 were done. this pr is to enable 3 -- 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]
