How to test timezones with a computer in another timezone?

We’re trying to test our application time logic because we allow people to input event start times in a timezone that’s different than their own, and we’re seeing that our logic doesn’t work in all scenarios.

What tools could we use to test our app as a user in a different timezone than our own?

We’ve looked at CrossBrowserTesting.com but it doesn’t enable us to reset the system time on their computers. We’re currently investigating CodeShip. Any other ideas?

Thanks!
Scott

There’s a firefox plugin called Location Guard, it works for location, I haven’t tried for timezone.
It hasn’t been updated for e10s (multi-processes) if that’s a consideration.

Edit . . this looks promising … mock timezone of browser process for Selenium …

1 Like

Thanks.