diff --git a/src/routes/run.rs b/src/routes/run.rs index e8233de..8ce3d93 100644 --- a/src/routes/run.rs +++ b/src/routes/run.rs @@ -455,7 +455,7 @@ pub async fn travel_file_upload( timestamp: match point.time { Some(time) => match chrono::naive::NaiveDateTime::parse_from_str( &time.format().unwrap(), - "%Y-%m-%dT%H:%M:%SZ", + "%Y-%m-%dT%H:%M:%S.%fZ", ) { Ok(result) => result, Err(e) => {