if (h < 24) {
    const hours = ~~h;

    return add({ hours }, extractTime(ms - (hours * HR_MS)));
  }