bower-packages / bower-jstz

Bower repository for JS TimezoneDetect. http://pellepim.bitbucket.org/jstz
6 stars 3 forks source link

offset -720 should be GMT-12 not GMT+12 #3

Open cvakiitho opened 9 years ago

cvakiitho commented 9 years ago

Hi, I believe that offset -720 should be GMT-12, not GMT+12.

because right now it goes like this:

'-720,0'   : 'Pacific/Majuro', = GMT+12
'-660,0'   : 'Pacific/Pago_Pago', = GMT-11
'-600,1'   : 'America/Adak', = GMT-10

I Created PR.

cvakiitho commented 9 years ago

Also this leads to a bug, when you select UTC-12 on your PC it detects as Pacific/Majuro wich is GMT+12