diff --git a/django/db/backends/mysql/base.py b/django/db/backends/mysql/base.py
index 158d936..c41c748 100644
--- a/django/db/backends/mysql/base.py
+++ b/django/db/backends/mysql/base.py
@@ -86,6 +86,7 @@ django_conversions.update({
     FIELD_TYPE.DECIMAL: util.typecast_decimal,
     FIELD_TYPE.NEWDECIMAL: util.typecast_decimal,
     FIELD_TYPE.DATETIME: parse_datetime_with_timezone_support,
+    FIELD_TYPE.TIMESTAMP: parse_datetime_with_timezone_support,
     datetime.datetime: adapt_datetime_with_timezone_support,
 })
