moment-timezone library
moment().tz("Pacific/Kiritimati").zoneAbbr() // results to +14, shouldn't this be LINT?
moment().tz("Asia/Kolkata").zoneAbbr() // results to IST which is correct
I'm confused shouldn't we get LINT
for Pacific/Kiritimati
, or, is it possible to get that using moment-timezone?
Here's the code sandbox link.