I have an application, where I get Time Zone from the PC.
var d = new Date()
var n = d.getTimezoneOffset();
In my situation, it returns 180, I believe it is -3 Hours (180/3). So, I have doubts which is the larger TimeZone and which is small...
asked by
30.07.2016 / 14:12