Lines Matching refs:tzid
263 var getTzDistFilename = function (tzid) { argument
264 return './dist/' + tzid.replace(/\//g, '__') + '.json'
360 var makeTimezoneBoundary = function (tzid, callback) { argument
361 buildingProgress.beginTask(`makeTimezoneBoundary for ${tzid}`, true)
363 var ops = zoneCfg[tzid]
387 fs.writeFile(getTzDistFilename(tzid),
396 var tzid
399 tzid = zones[i]
400 distZones[tzid] = getDataSource({ source: 'dist', id: tzid })
404 var getDistZoneGeom = function (tzid) { argument
405 return distZones[tzid]
436 var compareTzid, tzid, zoneGeom
439 tzid = zones[i]
440 zoneGeom = getDistZoneGeom(tzid)
456 … console.warn('warning, encountered intersection error with zone ' + tzid + ' and ' + compareTzid)
464 …edOverlapBounds = expectedZoneOverlaps[`${tzid}-${compareTzid}`] || expectedZoneOverlaps[`${compar…
529 …console.error('Validation error: ' + tzid + ' intersects ' + compareTzid + ' area: ' + intersected…
530 …const debugFilename = tzid.replace(/\//g, '-') + '-' + compareTzid.replace(/\//g, '-') + '-overlap…
549 { tzid: 'Etc/GMT-12', left: 172.5, right: 180 }, property
550 { tzid: 'Etc/GMT-11', left: 157.5, right: 172.5 }, property
551 { tzid: 'Etc/GMT-10', left: 142.5, right: 157.5 }, property
552 { tzid: 'Etc/GMT-9', left: 127.5, right: 142.5 }, property
553 { tzid: 'Etc/GMT-8', left: 112.5, right: 127.5 }, property
554 { tzid: 'Etc/GMT-7', left: 97.5, right: 112.5 }, property
555 { tzid: 'Etc/GMT-6', left: 82.5, right: 97.5 }, property
556 { tzid: 'Etc/GMT-5', left: 67.5, right: 82.5 }, property
557 { tzid: 'Etc/GMT-4', left: 52.5, right: 67.5 }, property
558 { tzid: 'Etc/GMT-3', left: 37.5, right: 52.5 }, property
559 { tzid: 'Etc/GMT-2', left: 22.5, right: 37.5 }, property
560 { tzid: 'Etc/GMT-1', left: 7.5, right: 22.5 }, property
561 { tzid: 'Etc/GMT', left: -7.5, right: 7.5 }, property
562 { tzid: 'Etc/GMT+1', left: -22.5, right: -7.5 }, property
563 { tzid: 'Etc/GMT+2', left: -37.5, right: -22.5 }, property
564 { tzid: 'Etc/GMT+3', left: -52.5, right: -37.5 }, property
565 { tzid: 'Etc/GMT+4', left: -67.5, right: -52.5 }, property
566 { tzid: 'Etc/GMT+5', left: -82.5, right: -67.5 }, property
567 { tzid: 'Etc/GMT+6', left: -97.5, right: -82.5 }, property
568 { tzid: 'Etc/GMT+7', left: -112.5, right: -97.5 }, property
569 { tzid: 'Etc/GMT+8', left: -127.5, right: -112.5 }, property
570 { tzid: 'Etc/GMT+9', left: -142.5, right: -127.5 }, property
571 { tzid: 'Etc/GMT+10', left: -157.5, right: -142.5 }, property
572 { tzid: 'Etc/GMT+11', left: -172.5, right: -157.5 }, property
573 { tzid: 'Etc/GMT+12', left: -180, right: -172.5 } property
590 oceanProgress.beginTask(zone.tzid, true)
608 tzid: zone.tzid
630 properties: { tzid: zones[i] }, property
641 properties: { tzid: boundary.tzid }, property
725 zoneNames.push(oceanZone.tzid)