I have a script that translates the javascript date.getTimezoneOffset() into a timezone code like "CST", "GMT", etc. I would like to test this in cases other than CST, so can anyone point the way in spoofing my location to my browser (or a simpler way to get a date that isn't actually local in js)?
I have tried the chrome extension Manual Geolocation hoping it would trick the browser, but no luck.