Sync your own workout data from your "Strong" app
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fixed end_date not working properly

+1 -1
+1 -1
strong-api-fetch/src/clickhouse_saver.rs
··· 73 73 )?; 74 74 75 75 let end_dt = OffsetDateTime::parse( 76 - &workout.start_date.clone().unwrap_or_default(), 76 + &workout.end_date.clone().unwrap_or_default(), 77 77 &Rfc3339, 78 78 )?; 79 79