xudong963 commented on issue #14536:
URL: https://github.com/apache/datafusion/issues/14536#issuecomment-2642509561
FYI, Postgres supports this, so I think it's a feature.
**Schema (PostgreSQL v17)**
---
SELECT TO_CHAR('2023-09-04'::date, 'YYYY-MM-DD"T"HH24:MI:SS.MS');
| to_char |
| ----------------------- |
| 2023-09-04T00:00:00.000 |
---
[View on DB Fiddle](https://www.db-fiddle.com/)
--
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]