Zoneinfo.js
var val = Object.values(moment.tz._zones).some(function (x) { return typeof x !== 'string' && x.name === timeZoneId ;});
apparently, for this timeZoneId, we are getting different names, we are getting the following error.
Error: Timezone America/Ciudad_Juarez not found in moment-timezone.