﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
259	First date of any year, in any Serie, is not stored in DDBB	danirus	danirus	"Next code:

Struct DBStructMySQL { Text driver, Text database, Text host };
Set TolMySQL = DBStructMySQL(""mysql"", ""toldb"", ""localhost"");
Real DBOpen(""toldb"", ""toluser"", ""mypasswd"", TolMySQL);
Serie ser1 = SubSer(Gaussian(0,1,Diario), y2005m1d1, y2005m12d31);
Real DBCreateSeriesTable(""series"", SetOfSerie(ser1));

Creates the next first entries in my toldb Database:
____________________________
0000-00-00 00:00:00 |   0.854203
2005-01-02 00:00:00 |  -1.654821
2005-01-03 00:00:00 |  -0.68594
2005-01-04 00:00:00 |   0.831776

The problem is always with first values for months, days, hours, minutes and
seconds.
There is no problem when the Serie starts in the second day of any month. Or
even in the first hour (not 0h) or first minute (not 0min)..."	defect	closed	normal		DataBase	head	normal	fixed		
