Bug #930
'1969-11-19T14:23:00:00:00' is not a valid value for 'dateTime'.]
0%
Description
When running stationxml-converter-1.0.9.jar it's reported that a date in the year 1969 is not acceptable.
Because Im converting data from the Apollo Lunar data set and is a legitimate starttime, can this code
deck support dates prior to epoch times of 1970?
This is the run
java -jar stationxml-converter-1.0.10.jar XA.1969-1977.xml -o XA1969-1997.Lunar.dataless.fromCeri_Nunn_XML -s
java.io.FileNotFoundException: (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at java.io.FileInputStream.<init>(FileInputStream.java:93)
at edu.iris.dmc.converter.control.StationToSeedRequestController.execute(StationToSeedRequestController.java:55)
at edu.iris.dmc.converter.Application.run(Application.java:156)
at edu.iris.dmc.converter.Application.main(Application.java:39)
java.io.FileNotFoundException: (No such file or directory)