das-developers / das2java

The original das2 library. Provides interactive publication-ready 2-D plotting
https://das2.org
GNU Lesser General Public License v3.0
4 stars 0 forks source link

iso8601 range parser doesn't accept "2023-04-07T1630/1700" #81

Closed jbfaden closed 8 months ago

jbfaden commented 8 months ago

iso8601 range parser doesn't accept "2023-04-07T1630/1700"

jbfaden commented 8 months ago

2023-09-06T2350/2023-09-07T0040 works okay though

jbfaden commented 8 months ago

This is fixed, checking to see if the second half contains a "T" and if not then prepending the implied first bit.

jbfaden commented 8 months ago

There was an issue which was caught in Autoplot testing. This is fixed now.