Closed fortysix2ahead closed 2 weeks ago
Stravalib expects timezone-aware timestamps for both UTC and local start times (probably end times as well). However, Strava delivers a mix of timezoned and naive times. The same is true for laps.
{
"start_date" : "2024-11-04T14:28:42Z",
"start_date_local" : "2024-11-04T15:28:42",
"timezone" : "(GMT+01:00) Europe/Berlin",
}
Opened a bug report at https://github.com/stravalib/stravalib/issues/598