We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
By having SearchResult.Ts an Int32, it will only be good until 1/18/2038. By using an Int64, the Ts will work until DateTime runs out of dates.
The text was updated successfully, but these errors were encountered:
SearchResult.Ts uses long instead of int as suggested by #179.
e22fc09
No branches or pull requests
Hi,
By having SearchResult.Ts an Int32, it will only be good until 1/18/2038. By using an Int64, the Ts will work until DateTime runs out of dates.
The text was updated successfully, but these errors were encountered: