Igor Spasić

Results 43 comments of Igor Spasić

![ScreenShot 2024-07-30Z13 01 06](https://github.com/user-attachments/assets/5bf18d96-10d8-4cf8-89f7-cc6192f6770e) Confirmed!

Thank you for reporting! It seems I need to re-check formulas. So far I was checking against JPL (NASA Jet Propulsion Library), and it works like it should, meaning e.g....

The ISO 8601 uses the Gregorian calendar may not give valid answers for dates before the Gregorian calendar was adopted (15 October 1582). + I am considering adding a custom...

In other words, we are returning the Julian Date and need to convert it to GregorianDate

@zabetak one question - do you use other Jodd utils from the `jodd-util` library? I am asking this because I would like to extract JulianDate in a separate library. Everything...

Cool, thanx! I will consider the `ChronoLocalDateTime` - basically, all I need is to store date and time values.

@zabetak I fixed the issue, but I had to rewrite the class. It will be released as a separate library (as I want to maintain it), with significant amount of...

@zabetak please take a look here: https://github.com/igr/julian-day Complete new repo, new artifact. The changes on your side should be minimal. What was: ```java JulianDate.of(....) ```` now is ```java JulianDay.ofGregorianDate(....) ```...

Closing this ticket—the new library will take over :)