amoeba opened a new pull request, #50400: URL: https://github.com/apache/arrow/pull/50400
### Rationale for this change DateTimeTestProjector.TestDateTime fails for me locally and it looks like the issue is that it's comparing datetimes calculated with two different methods: 1. Epoch(): Uses timegm as of https://github.com/apache/arrow/pull/49953 2. DaysSince() was still using mktime ### What changes are included in this PR? Updated DaysSince() helper to use timegm to match other helpers so comparisons can be made without local time one handling issues. ### Are these changes tested? Yes. The test that fails locally now passes locally with this. ### Are there any user-facing changes? No. -- 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]
