stop_time to end_time and NX_DATE_TIME
Created by: ggoneiESS
Issue
Changed stop_time to end_time and changed the time format from nanoseconds to ISO8601 in line wiht NX_DATE_TIME
Description of work
New method to account for the fact we are using a string rather than a time in the dataset (which is better in general anyway) and then use of to do the conversion for formats; chrono fortmat options would be best but that means C++20
Checklist
- [ x ] Changes have been documented in
changes.md
-
Documentation has been updated in documentation
directory