We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b26a3a4 commit b3739b1Copy full SHA for b3739b1
1 file changed
daemon/src/gps.rs
@@ -94,6 +94,7 @@ pub async fn load_gps_records(file: tokio::fs::File) -> Vec<GpsRecord> {
94
}
95
96
97
+ records.sort_by_key(|r| r.unix_ts);
98
records
99
100
0 commit comments