I created a common superclass `TimeInfo` for `Arri...
# tornadofx
e
I created a common superclass
TimeInfo
for
Arrival
and
Departure
, since they contain the same fields. Notice how the timestamp is turned into a
LocalDateTime
object by getting the string and parsing it using a formatter defined in the companion object.