Web Development

How to override the browser's location

09 Dec 2023

In a web application, it’s a common pattern to have the backend to send a UTC timestamp, which the frontend will later display in the user’s timezone. In these situations, you may want to spoof your browser’s location in order to verify that things are working as you’d expect.

Continue reading →