paleolimbot commented on issue #811:
URL:
https://github.com/apache/arrow-nanoarrow/issues/811#issuecomment-3430131231
Works in pyarrow! I'm happy to add this in 🙂
```python
import pyarrow as pa
pa.array([1], pa.timestamp("ns"))
#> <pyarrow.lib.TimestampArray object at 0x10f55a920>
#> [
#> 1970-01-01 00:00:00.000000001
#> ]
```
--
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]