I am using visual studio 2015 Community edition. Is there any way to run visual studio in one timezone and browser in other time zone? Lets say i want to run browser in CST time zone and Visual Studio in UTC time zone
Here is what i have tried so far ( unsuccessfully )
Lets say visual studio executes under current user
Method 1> Set current user's time zone to CST. Start the browser. Then Change current user TimeZone to UTC and Start VS in debugging mode. I was hoping browser will cache the time zone as CST when it was started, but that is not the case.
Method 2> Create a new user
on local machine. Set its time zone to CST and set current user's time zone to UTC. Start the browser using different user as new user
. And start VS in debugging mode as current user
Both methods did not work. The browsers i am using are IE and Chrome