Possible bug: incorrect workout date on workout editor

I was trying to update a workout I manually added to my schedule which I completed today the 8th. When I open the workout editor to update the RPE etc. it won’t let me save it as it thinks it was done on the 7th, the 7th is displayed at the top of the edit form, see attached photo. The correct date is displayed when I edit the session scheduled by athletica for the 8th.


I think this is a Velocity issue not Athletica, for my session yesterday (7th) which I did at a similar time to today the session data has the following times:

    "activity_at": "2025-07-06T21:25:02.000000Z",
    "fcm_sent_at": null,
    "activity_at_local": "2025-07-07 07:25:02",

In this case the local time is correct, but for today’s activity (8th) it seems it has picked up the local time incorrectly. Yesterday I was running from my iPad and today my iPhone.

            "activity_at": "2025-07-07T21:46:54.000000Z",
    "fcm_sent_at": null,
    "activity_at_local": "2025-07-07 21:46:54",

When I look at my session history in Velocity it does show the correct time for the session: Tuesday, July 8, 2025 @ 7:47 AM

1 Like