haixuanTao opened a new issue, #38488:
URL: https://github.com/apache/arrow/issues/38488

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   I was reading arrow file from python and noticed that the time information 
in DateTime type is not kept.
   
   ## To reproduce
   
   ```bash
   import pyarrow as pa
   from datetime import datetime
   expected_value = datetime(2012, 1, 1, 1, 1, 1)
   returned_value = pa.scalar(expected_value, type=pa.date64()).as_py()
   assert returned_value  == test_value, "original value is not kept intact"
   ```
   
   ## Version
   pyarrow 0.13
   
   ### Component(s)
   
   Python


-- 
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]

Reply via email to