function toDate()

in src/app/build-status.js [18:21]


function toDate(tcTimestamp) {
  const jsTimestamp = tcTimestamp.replace(TC_TIMESTAMP_REGEXP, '$1-$2-$3T$4:$5:$6$7');
  return new Date(jsTimestamp);
}