Simple Date to specific timezone converter
Usage example
const TZ = require("tz-maker");
let t = new TZ(new Date(),"+2");
t.convert();
console.log(t.date); //returns converted date
API
TZ.getTimeZoneInHours() //returns time zone in hours ex +4,-4,-2,+2