A lib to work with JavaScript timezone offset
vartzOffset=require("tz-offset")tzOffset.offsetOf("America/Sao_Paulo");// 180.tzOffset.removeOffset(newDate());// a givend date without timezone offset.tzOffset.timeAt(newDate(),"Europe/London");// a given date represented in another.