NASA-AMMOS / aerie

A software framework for modeling spacecraft.
https://nasa-ammos.github.io/aerie-docs/
MIT License
73 stars 19 forks source link

Allow eDSL relative times to have Days (DDD). #1463

Closed goetzrrGit closed 5 months ago

goetzrrGit commented 5 months ago

Description

This allows uniformity with the eDSL and SeqN time formats. Relative times in the eDSL didn't allow for Day (DDD)

Frontend PR: https://github.com/NASA-AMMOS/aerie-ui/pull/1324

ex. 23T12:00:00 # not allowed in eDSL editor but allowed in SeqN editor (This PR will allow DDD in both editors

Verification

Have a frontend time test that exercises the same method calls the eDSL uses.

dandelany commented 5 months ago

Thanks all - merging!