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
Using a TLE with a DayOfYear generating a time with 59,6... seconds does not return correct ToDateTime() value.
e.g. using var x = new EpochTime(2017, 326.59305107); var d = x.toDateTime(); raises an Exception.
I already have a fix and will provide a pull request for it. I hope you will also accept my additional changes there ;-) .....
The text was updated successfully, but these errors were encountered:
fix was merged into master.
Sorry, something went wrong.
No branches or pull requests
Using a TLE with a DayOfYear generating a time with 59,6... seconds does not return correct ToDateTime() value.
e.g. using
var x = new EpochTime(2017, 326.59305107);
var d = x.toDateTime();
raises an Exception.
I already have a fix and will provide a pull request for it. I hope you will also accept my additional changes there ;-) .....
The text was updated successfully, but these errors were encountered: