Closed goetzrrGit closed 5 months ago
This allows uniformity with the eDSL and SeqN time formats. Relative times in the eDSL didn't allow for Day (DDD)
eDSL
SeqN
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
23T12:00:00 # not allowed in eDSL editor but allowed in SeqN editor (This PR will allow DDD in both editors
Have a frontend time test that exercises the same method calls the eDSL uses.
Thanks all - merging!
Description
This allows uniformity with the
eDSL
andSeqN
time formats. Relative times in theeDSL
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.