We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4d17b commit 4206b78Copy full SHA for 4206b78
src/app/services/util/trainrunsection.helper.ts
@@ -297,7 +297,7 @@ export class TrainrunsectionHelper {
297
rightDepartureTime: lastRightNode.getDepartureTime(rightTrainrunSection),
298
rightArrivalTime: lastRightNode.getArrivalTime(rightTrainrunSection),
299
travelTime: cumulativeTravelTime,
300
- stopTime: totalDuration - cumulativeTravelTime,
+ stopTime: MathUtils.mod60(totalDuration - cumulativeTravelTime),
301
};
302
}
303
0 commit comments