Can I set the time zone in the browser?
I found something for a selenium test, but I don't see something for manual viewing. It looks like GMT is always in use.
I'm looking for a way to test my local site with a specific timezone. Setting the timezone for the machine will also change the timezone for my local webserver (iis on windows) and that's not what I want.
I know I can set the time offset for firefox, but this is also not my preferred way because it actually sets the non-time zone offset with different behavior for daylight saving time.
+3
source to share
2 answers
You can use the capabilities of browserstack.timezone. For more information see https://www.browserstack.com/automate/capabilities
0
source to share