Using the standard JS library (ECMA5), without using momentjs or external libs, how do you calculate the UTC offset given a TimeZone string such as \"Europe/Rome\"
Did you check moment-timezone?
moment.tz("America/Los_Angeles").utcOffset();