-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Wrong info in utc_time_zone() #11
Comments
Hello, the 0-23.999 range was meant to clear any possible confusions regarding what "decimal hours" mean, it was not intended to mean negatives are not allowed. I will update the docs to better reflect this, thank you. |
i hate writing you here as i feel i bother you but .. is there a way for me to get a hold of the documentation of "sweph" other than inside vscode by using intellisense ? |
You might be able to create a HTML documentation using TypeDoc by specifying sweph's |
after i cd docs/ and open index.html .. so far i cant find it ... |
never mind its in modules.html .. thanks for the help <3
meaning i can use solcross_ut just fine and determine date and time if i give the longitude but can it look back minus 88 degrees ( this works with python but i want to use it in javascript ) |
Please close this thread. |
In utc_time_zone() the typescript is saying that timezone values can only take positive numbers which is d_timezone: number // Timezone offset in decimal hours (0-23.99999)
But in official documentation it can be both negative and positive
The text was updated successfully, but these errors were encountered: