Open cvakiitho opened 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.
Also this leads to a bug, when you select UTC-12 on your PC it detects as Pacific/Majuro wich is GMT+12
Hi, I believe that offset -720 should be GMT-12, not GMT+12.
because right now it goes like this:
I Created PR.