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 smaller. On a website I've seen specifying -12 and +14 (720 and -840). Can anyone confirm this data to me, since I need to validate a TimeZone field.