Skip to content
Snippets Groups Projects
Verified Commit f4872b51 authored by ck85nori's avatar ck85nori :railway_track:
Browse files

csv has new column time zone so duration moves one up

parent ee970791
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ class Credit(path: Path) { ...@@ -73,7 +73,7 @@ class Credit(path: Path) {
start = LocalDateTime.parse(entry(4), formatter) start = LocalDateTime.parse(entry(4), formatter)
end = LocalDateTime.parse(entry(5), formatter) end = LocalDateTime.parse(entry(5), formatter)
duration = entry(7).toDouble duration = entry(8).toDouble
} yield TTEntry(start, end, duration) } yield TTEntry(start, end, duration)
reader.close() reader.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment