CircularNatalHoroscopeJS icon indicating copy to clipboard operation
CircularNatalHoroscopeJS copied to clipboard

Bug: celestial bodies wrong degrees

Open 7flash opened this issue 1 year ago • 1 comments

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"

7flash avatar Jan 25 '23 08:01 7flash