Skip to content

Fix #880 #881 AbsoluteDate toString with and without UTC offset

Evan Ward requested to merge legacy-to-string into develop

Previously the UTC offset was not copied from the original TimeComponents to the rounded TimeComponents.

Previously there was no combination of methods that would generate a rounded AbsoluteDate without UTC offset, which was the behavior of AbsoluteDate.toString() in Orekit 10.

Merge request reports