MySQLdb1 icon indicating copy to clipboard operation
MySQLdb1 copied to clipboard

datetime with timezone offset breaks insert

Open philroberts opened this issue 10 years ago • 1 comments

"Incorrect datetime value: '2015-01-25 22:14:35+00:00' for column 'startTime' at row 1"

Used to work on 1.2.3. Looks like it was introduced with the change from strftime to isoformat here.

philroberts avatar Jan 26 '15 03:01 philroberts

I've fixed this on mysqlclient and release 1.3.5. Only source distribution is available for now.

methane avatar Feb 06 '15 13:02 methane