Weijun-H commented on PR #18025:
URL: https://github.com/apache/datafusion/pull/18025#issuecomment-3394430670
I ran a simple test, but it appears this PR doesn't resolve the issue:
```sql
> SET TIMEZONE="+05";
0 row(s) fetched.
Elapsed 0.001 seconds.
> SELECT arrow_typeof(to_timestamp('2023-01-31T09:26:56.123456789'));
+-------------------------------------------------------------------+
| arrow_typeof(to_timestamp(Utf8("2023-01-31T09:26:56.123456789"))) |
+-------------------------------------------------------------------+
| Timestamp(Nanosecond, None) |
+-------------------------------------------------------------------+
1 row(s) fetched.
Elapsed 0.006 seconds.
```
The timezone is still `None` despite setting `TIMEZONE='+05'`.
--
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]