Fix EVF event parser
Closes #114 (closed)
EvfEventsFile('abc.evf')['ABC']
| name | t_start | t_end | |
|---|---|---|---|
| 0 | ABC | 2000-01-01T00:00:00 | 2000-01-02T00:00:00 |
| 1 | ABC | 2000-01-02T00:00:00 | 2000-01-03T00:00:00 |
| 2 | ABC | 2000-01-03T00:00:00 | 2000-01-04T00:00:00 |
Note:
- This patch removes time rows sorting in the parser to use the order natively in the file.