Replies: 2 comments
-
The error code probably should point it out, but timestamps in MySQL has no timezone. |
Beta Was this translation helpful? Give feedback.
0 replies
-
maybe a problem with the time crate, replaced it with chrono is ok. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
Mysql table like:
SeaOrm model:
insert error:
Error Code: 1292. Incorrect datetime value: '2024-04-24 16:00:00 +00:00' for column 'creation_time' at row 1
Any idea what I'm doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions