FCC WeatherApp: Google Timezone API time-conversion issues

I am almost done with my FCC Weather App. Only problem I am currently having is getting the local-time once the user uses the “Change Location” feature. I am able to log the correct time-zone object with the proper rawOffset and dsOffset data but when I make my final calculation I can not get the proper local-time to log to the console.

What am I doing wrong here? The JS code for the TimezoneAPI starts at line 210.

Thanks in advance!