bjchambers opened a new issue #778: URL: https://github.com/apache/arrow-rs/issues/778
**Describe the bug** Create a `TimestampNanosecondArray` and write it to CSV. Read the resulting CSV back and it will be parsed as `UTF-8` not `TimestampNanosecondType`. Cast the parsed string to `TimestampNanosecondType::DATA_TYPE` and the value will be off by the local timezone offset. I *think* the solution may be as simple as having the CSV writer append the `Z` suffix to indicate the timestamp is in GMT time, but I'm not sure. **To Reproduce** Steps to reproduce the behavior: **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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
