hello all
I try to store DateTime to mysql ,
but when i open the table in mysql command line I see that
the hour is decrease 12 by it self ,
why this can happen ,?
my insert command is
insert = "Insert into Table1(DtIn)values('"+ hin.ToString("yyyy,MM,dd,HH,mm,ss")+"')";;
hope someone help
thank you