derf / travelynx

Traewelling-inspired journey logger with realtime data
https://travelynx.de
GNU Affero General Public License v3.0
102 stars 16 forks source link

UK timezone causes 1h offset #136

Open liclac opened 1 month ago

liclac commented 1 month ago

I'm logging some trains in the UK, and the departures come up fine, but the Anfragezeitpunkt line shows up an hour in the future. And once I pick a destination, it immediately checks me out, presumably thinking I got off the train an hour ago.

Here's a screenshot of the departures at London Paddington right now, with my phone's clock in the top left.

Screenshot_20240525-144822_Firefox

f2k1de commented 1 month ago

Seems to be duplicate of #91?

aveao commented 1 month ago

91 is marked as completed so I think this one existing makes sense. It's also about the handling about ankunftzeit (which is the important backend bit), not about the UI (which is a nice-to-have). I haven't experienced the issue of instant checkouts personally.

I can repro the UI issues with two added notes:

liclac commented 1 month ago

Screenshot_20240605-120023_Firefox

Just got on a train that leaves 12:00 and arrives 13:08, both times are shown correctly, but it thinks I'm about to arrive in 8min.

aveao commented 1 month ago

Screenshot_20240605-120023_Firefox

Just got on a train that leaves 12:00 and arrives 13:08, both times are shown correctly, but it thinks I'm about to arrive in 8min.

Displayed timing is CET/CEST in all cases AFAICT, so you checked into the service running an hour ago. Try the 13:00 to 14:08 train instead.

liclac commented 1 month ago

Okay, we just confirmed it's just been transposed into CEST with the train from Fort William to Mallaig - there are two more departures today, one at 16:19 and one at 22:12, Travelynx shows the next one as departing at 17:19.

That works as a workaround then.