[Npgsql-general] About DateTime.Kind and timestamp with timezone in pgsql.

2007-11-04 Thread Dancefire
Hi, I know that .Net is lack of TimeZone info with the DateTime type. And seems that cause the Npgsql have some problem with timestamp with timezone. To avoid timezone issue in .Net, I convert all my DateTime value to UTC, and set all my DateTime variable's Kind property to UTC. It's works ok in

Re: [Npgsql-general] About DateTime.Kind and timestamp with timezone in pgsql.

2007-11-04 Thread Francisco Figueiredo Jr.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dancefire wrote: > Hi, > Hi, Tao Wang! > I know that .Net is lack of TimeZone info with the DateTime type. > And seems that cause the Npgsql have some problem with timestamp with > timezone. > Yes. We are looking for adding an specific datatype,