@aardrian At that same uni, there’s also what we call the “queuing system”, which is essentially a system for booking appointments. You get permission to book a slot for a specific activity, and can then pick an appropriate date and time by clicking on the calendar. Everything is labeled properly, except somebody forgot to format the timestamp in the label, and what you get as a screen reader user is the number of seconds since epoch. This information is practically useless even if you know what it means and can parse it manually, as you don’t know whether the timestamp is in UTC (as it should be), or in the Europe/Warsaw timezone, which is close enough to UTC for the timestamps to make sense either way. I had to confirm this with a sighted person, and it was the latter if I remember correctly.