Operating System you are using
- Linux Devuan Daedalus
Tor Browser version
- Tor Browser 13.5
Tor Browser Security Level
- Standard
Not conveniently reproducible because pre-registered car details are required to make a booking.
- Web page: via Hampshire HWRC
- Site purpose: make appointment at a recycling centre
First available slot is at 09:00, last available 17:30. The timezone of the datetimes from the server is also my timezone, GMT+1.
Server provides datetimes in json:
...
"times": [
{ ..., "datetime": "2024-07-03T09:00:00+01:00" },
...
]
...
Firefox-esr’s javascript interpreter displays this on the web page buttons correctly as “09:00”. Tor Browser labels the buttons using UTC, so “08:00” in this case. This is incorrect and misleading.
Is it a feature or a bug? Is there a work-around? I don’t see this hiding-the-timezone as providing any protection to me.
Screenshot shows the different representation in Tor Browser 13.5 and Firefox-esr.
Thanks for looking.