Windows 10 and date format

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
profixio
Posts: 5
Joined: Wed 10 Dec 2014 10:04

Windows 10 and date format

Post by profixio » Tue 08 Sep 2015 13:05

Hi!
We are using dotConnect for Mysql. When we update a time field in our mysql db, typical:
matchTime= objMatch.Start.ToString("HH:mm:ss");

The field in the db is "Time" - Standard "00:00:00"
Typical value is "14:00:00"

Using Windows 10, this time value is saved as "00:00:14"

Is this a known problem in dotConnect for Mysql used in Windows 10?

Thanx Ole

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: Windows 10 and date format

Post by Pinturiccio » Tue 08 Sep 2015 16:49

We cannot reproduce the issue. Please describe what you did when all worked correctly, and what exactly you have changed. If possible, please create and send us a small test project with the corresponding DDL/DML script for reproducing the issue.

Post Reply