I'm not sure how it was working before but I didn't notice that the last update time had incorrect value which is the case now. Perhaps RATP has changed the timezone of its timestamps to UTC.
Anyway we should use getHour() and getMinutes() instead of their UTC substitutes.
I'm not sure how it was working before but I didn't notice that the last update time had incorrect value which is the case now. Perhaps RATP has changed the timezone of its timestamps to UTC.
Anyway we should use
getHour()
andgetMinutes()
instead of their UTC substitutes.