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

Time handling looseness can cause problems in debugging #29

Open jbfaden opened 2 years ago

jbfaden commented 2 years ago

Jon N at UNH ran into a problem where his system had created a file with the date 20221131 (2022-11-30 is the last valid day), but Autoplot treats it as if it is 2022-12-01, and would continue without complaint. This creates confusing and difficult-to-diagnose problems, and some more validation should be done.