.Net DateTime - utc vs localtime vs unspecified

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
anemitoff
Posts: 2
Joined: Sun 24 Sep 2006 13:37

.Net DateTime - utc vs localtime vs unspecified

Post by anemitoff » Sat 07 Oct 2006 19:17

How does MySqlDirect.NET handle Sql Parameters whose value is set with DateTime objects where the 'kind' property is set to Utc vs localtime vs unspecified?

Also the same question applies to DateTimes extracted from query results?

Thanks!

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Mon 09 Oct 2006 10:03

Wу do not treat this property anyhow. We use the datetime value only.

Post Reply