here"s the thing:
the program prompts: Incorrect datetime value:""2018"-"05"-"23"11": "42": "53 "for column" time" at row 1
when inserting records into the database." later, I copied the prompt "2018"-"05"-"23"11": "42": "53", and then manually inserted it into the database. After saving, the result "2018 "-" 05 "-" 23 "" 11 ":" 42 ":" 53 "automatically became" 0000-00-0000: 0000". Then I typed "2018"-"05"-"23"11": "42": "53"
and then I could insert it normally.
but there is no difference between "2018"-"05"-"23"11": "42": "53" in the error prompt and "2018"-"05"-"23"11": "42": "53" that I hit by hand. I compared two strings with svn, and they were really different, but I couldn"t see the difference. And ask the gods for advice. Thank you!
the following is the error time (the gods can copy it and insert it into the database for a try):
2018 "-" 05 "-" 23 "" 11 ":" 42 ":" 53
the following is the hand time:
2018-05-23 11:42:53