Time zones (sorry): Times are off for some stations abroad
Describe the bug
When trying to check in at stations like Surbiton, London, there is one of these two things happening:
a) upon selecting the train, departure times for future stations are off by +1h. b) during selecting the train, departure times are off by -1h.
It might be relevant that I have found cases where departure time would be e.g. 22:32 in one screen, and then 23:31 in the other, for the same station. (I found out because in some apps, the dep. station is also shown despite being the departure station, due to the time shift)
Träwelldroid:
Träwelling web:
This is irrespective of device timezone. I am reporting this on behalf of a friend who is using the Eu/London timezone, while I am in the Eu/Berlin TZ.
Steps to reproduce
- Go to Surbiton in Träwelling
- Select a train (e.g. at 22:32)
- The destination selection menu contains times one hour ahead of what was selected.
Browser console logs
No response
Browser
No response
Hey,
we have the same problem with Lokbuch. The /station/{id}/departures endpoint uses timestamps within the UTC+01:00 timezone
while the /trains/trip endpoint is using timestamps in UTC+00:00 for the same train without shifting the time by one hour.
This causes an error in the API implementation of our application as we compare the timestamp to find the correct stop in the case of circular lines.
Related to this, I'm finding that the workaround of requesting one hour previous is not showing certain trains.
For example, if I try to check in for the 04:41 train from Folkestone West, selecting 03:40 (or 03:41) is not showing me that train. Experiencing this with anything before 05:00 (for 06:00 departures).
Just for my 2 cents, I noticed this issue started occuring when the clocks changed in October, exactly day of
As far as I can tell this is still an issue, and is occurring for every station in the UK that I've been to The timezone change for DST hasn't affected whether this happens.
Every time I have to go back an hour to get to my train, and it messes with a lot of the timings :/