Diff
Not logged in

Differences From Artifact [5f7581536d]:

To Artifact [e48eb12562]:


4534
4535
4536
4537
4538
4539
4540
4541

4542
4543
4544
4545
4546
4547

4548
4549
4550
4551
4552
4553
4554
4534
4535
4536
4537
4538
4539
4540

4541
4542
4543
4544
4545
4546

4547
4548
4549
4550
4551
4552
4553
4554







-
+





-
+







	case CLC_ADD_MINUTES:
	    yyRelSeconds += offs * 60;
	    break;
	case CLC_ADD_SECONDS:
	    yyRelSeconds += offs;
	    break;
	}
	if (unitIndex != CLC_ADD_SECONDS) {
	if (unitIndex < CLC_ADD_HOURS) { /* date units only */
	    info->flags |= CLF_RELCONV;
	}
    }

    /*
     * Do relative times (if not yet already processed interim),
     * Do relative units (if not yet already processed interim),
     * thereby ignore relative time (it can be processed within commit).
     */

    if (info->flags & CLF_RELCONV) {
	if (ClockCalcRelTime(info, &opts) != TCL_OK) {
	    goto done;
	}