0
I developed a web application (with java) and there I have a business rule that needs to save the user’s subscription time. But I need to save 3 times: user’s local Timezone, global Timezone, and server Timezone.
My problem is in testing the user’s local Timezone. Does anyone know how I can simulate a different Timezone for the browser, so I can simulate this test?
Note: I thought about creating a virtual machine, and hosting my application in it, and doing the test, because I would only have to change the Timezone of the virtual machine. So this process will take a long time, I want to know if there is any simple way.
You are using Java 8?
– Vinicius Zaramella
no, I’m using Java 7
– Erico Souza