< img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=299891944915024&ev=PageView&noscript=1" />

2026/09/24

Case 08 | The flight landed 45 minutes early — why is the driver ‘on the original schedule’ still considered late?

The Scenario

The client’s flight was originally scheduled to:

Original Flight

18:20  Arrive at Pudong Airport

The system scheduled the driver based on that plan:

Pick-up at the airport at 17:50.

But the flight had a smooth run that day,

and actually touched down at 17:35.

The client cleared immigration and baggage quickly,

and was already in the arrivals hall around 18:00.

The driver had executed the original plan to the letter —

and yet the client was the one waiting.

Where Did It Go Wrong?

If airport pickups only depend on:

The initially booked flight time

this is the result.

A flight is not a static timestamp.

It is a continuously updating data source.

The Right Approach

Airport orders should check flight status at least twice:

T-3 hours

Check for any obvious early or late movement.

Just before driver departure

Re-check the latest estimated arrival.

When conditions allow,

keep confirming actual status after touchdown.

The Key Insight

The timing reference for flight pickups should not be:

Scheduled Arrival Time

It should progressively shift to:

Estimated / Actual Arrival Time
The Rule This Case Produced
An airport order cannot be created once and then left untouched until the trip ends.

Flight status itself is part of the order.