You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "comphead (via GitHub)" <gi...@apache.org> on 2023/05/12 17:05:28 UTC

[GitHub] [arrow-rs] comphead commented on issue #4211: Casting Timestamp to date is off by one day for dates before 1970-01-01

comphead commented on issue #4211:
URL: https://github.com/apache/arrow-rs/issues/4211#issuecomment-1546039303

   Reverified that on PG it works as @parthchandra expects
   
   ```
   select '1969-12-31 00:00:01'::timestamp::date;
   
   
       date    
   ------------
    1969-12-31
   (1 row)
   
   ```


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org