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
Let's take following origin of mine as an example:
{ "year": "1998", "month": "07", "date": "12", "hour": "08", "minute": "20", "latitude": "44.95719", "longitude": "34.11079", "timezone": { "name": "Europe/Simferopol", } }
Then, following property output value: 19° 18' 48''
_celestialBodies.all[0].ChartPosition.Ecliptic.ArcDegreesFormatted30
But expected value: 19° 40' 44.4"
The text was updated successfully, but these errors were encountered:
When i use this origin and don't specify the timezone, i get the right result for Sun of 19° 40' 43".
Sorry, something went wrong.
No branches or pull requests
Let's take following origin of mine as an example:
Then, following property output value: 19° 18' 48''
But expected value: 19° 40' 44.4"
The text was updated successfully, but these errors were encountered: