Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Workaround for dates < 1970 on Windows #1392

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

nj1973
Copy link
Contributor

@nj1973 nj1973 commented Jan 10, 2025

There is an argument that the whole UTC conversion is unnecessary seeing as we fetch all timestamps in UTC. But I didn't want to make a riskier change just to fix an issue on Windows which, AFAIK, only one customer is running DVT on. So I've gone for the low risk workaround of including an extra exception type in an existing try block.

Also added some unit tests.

@nj1973 nj1973 requested a review from a team as a code owner January 10, 2025 12:37
@nj1973 nj1973 linked an issue Jan 10, 2025 that may be closed by this pull request
@nj1973
Copy link
Contributor Author

nj1973 commented Jan 10, 2025

/gcbrun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Comparison fields validation throws OSError "Invalid argument"
1 participant