-
-
- {formatDateTime(
- flight.departure.localTime,
- ).time}
-
-
- {formatDateTime(
- flight.departure.localTime,
- ).date}
-
-
- {flight.departure.station.city} ({flight
- .departure.station.code})
-
-
-
-
- {formatDateTime(
- flight.destination.localTime,
- ).time}
-
-
- {formatDateTime(
- flight.destination.localTime,
- ).date}
-
-
- {flight.destination.station.city} ({flight
- .destination.station.code})
-
-
-