Hello, I have a DataSet having a DateTime field. When
the DataSet is serialized, the DateField is serialized
as:

<article_dt>2005-01-03T06:00:00.FFFFFFF</article_dt>

which as you see has a bad format. Instead, the
correct serialization should like this:

<article_dt>2005-01-03T06:00:00.0000000+01:00</article_dt>
 
Can you confirm that this is a bug?

Thanks
/Enric


       
______________________________________________ 
Pregunta, Responde, Descubre. 
Comparte tus consejos y opiniones con los usuarios de Yahoo! Respuestas 
http://es.answers.yahoo.com/info/welcome
_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to