if (parsed.monthStr) {
      const month = parseInt(parsed.monthStr, 10)
      if (!Number.isNaN(month)) {
        timeContext.setMonth(month)
      }