-
-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intervals.icu syncing workouts / timezone issue #251
Comments
It seems |
Hey thanks for taking time to report this issue! |
Hey I added a potential fix e55ab3e on the |
The commit doesn't fix it, the offset is still ignored since the return never uses |
Another attempt with 03849e5 |
That looks like it should work, I'll try it out tonight. |
Hello.
I noticed there's an issue with planned workouts when the day is different on the server side.
It's currently 20H EST and a workout made for today (2025-02-24) does not sync.
However if I copy it into tomorrow, then it does show up.
I'm thinking there's a difference between the timezones and the code decided the workout isn't for the current day.
Maybe the local timezone should be detected?
I'm seeing a request for
/api/intervals/events?oldest=2025-02-25&newest=2025-02-25
so the date is not right client side.The text was updated successfully, but these errors were encountered: