paf31 opened a new issue, #8219: URL: https://github.com/apache/arrow-rs/issues/8219
**Describe the bug** <!-- A clear and concise description of what the bug is. --> The documentation claims to support "RFC3339 / ISO8601 standard timestamps", but it will not accept strings with missing time components, for example `hh::mm` format (missing seconds). Can the documentation be clarified, or the full format list supported? **To Reproduce** <!-- Steps to reproduce the behavior: --> In `datafusion-cli`: ``` > SELECT to_timestamp_micros('2025-08-14T00:00Z') as timestamp_col; Arrow error: Parser error: Error parsing timestamp from '2000-01-01T00:00Z': error parsing time ``` **Expected behavior** <!-- A clear and concise description of what you expected to happen. --> **Additional context** <!-- Add any other context about the problem here. --> -- 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...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org