I developed a web application (with java) and in it I have a business rule which requires saving the user time signature. But I need to save 3 times: Local timezone user, global timezone, and server timezone.
My problem is to test the local timezone of the user. Anyone know how I can simulate (only for a test in local machine) a different timezone to the browser, or server, for me to simulate this test?
Note: I thought I'd create a virtual machine and host my application on it, and take the test, it would have only to change the timezone of the virtual machine. So this process will require a long time, I want to know if there is any simple way.