Skip to content

Add method to print RFC 3339 date time format

Evan Ward requested to merge 677-rfc3339 into develop

Add method to print RFC 3339 date time format

Added DateTimeComponents.toStringRfc3339() and AbsoluteDate.toStringRfc3339(TimeScale). These methods will never need to round up to the next minute in order to avoid #590 (closed) and #591 (closed). Added many tests including several that check behavior when the intput date time is not representable in RFC 3339 format. I don't think Orekit has to stick to those conventions, but I do want to make sure behavior changes are noticed going forward.

Fix #677 (closed)

Merge request reports