﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
472	DatCh doesn´t work right	imendez	Víctor de Buen Remiro	"Hi, this code returns a series with a wrong initial date:

TimeSet tms = C-D(1)*M(1)-D(25)*M(12);
Serie sr = SubSer(CalInd(In(y1999, y2007), Diario), y1999, y2007);
Date f = First(sr);
Serie sr_d = DatCh(sr, tms, FirstS);
Date f_d = First(sr_d);

The variable ""f_d"" is y1998m12d31 instead of y1999.

I think this bug can be related to bugs #79, #154 and #354.

Note: I have tested this code under this versions:
TOLBase: 1.1.5. (cvs trunk)
TOL: 1.1.5. (Feb 15 2007 13:53:01)

Regards."	defect	closed	high		TimeSetAlgebra	head	major	invalid		
