﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
886	Data change to HalfHourly dating seems to fail	Alfredo Torre	Víctor de Buen Remiro	"Hi,
please try to run this TOL Code. The series for hour 0 minute 0 works fine but for hour 0 minute 30 does not. Actually, none of any series for 30 minutes works.

TimeSet HalfHourly = Mi(0)+Mi(30);
Serie Gauss_HH = SubSer(Gaussian(1000, 10, HalfHourly), y2009, y2010);
Serie Gauss_HH_0000 = DatCh(CalInd(H(0)*Mi(0), HalfHourly) * Gauss_MH, Diario, SumS);
Serie Gauss_GH_0030 = DatCh(CalInd(H(0)*Mi(30), HalfHourly) * Gauss_MH, Diario, SumS);
Serie Gauss_GH_0130 = DatCh(CalInd(H(1)*Mi(30), HalfHourly) * Gauss_MH, Diario, SumS);


¿Am I doing something wrong?
"	defect	closed	highest	Mantainance	TimeAlgebra	2.0.1	blocker	fixed	DatCh, Series, HalfHourly, Hour, Minute	cperez@… jconde@…
