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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org