diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 4426e28..9e081d1 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -500,6 +500,13 @@ respectively, a ``ValueError`` is raised rather than truncating data.
 MySQL does not store fractions of seconds. Fractions of seconds are truncated
 to zero when the time is stored.
 
+``TIMESTAMP`` fields
+~~~~~~~~~~~~~~~~~~~~
+
+If you are using a legacy database that contains ``TIMESTAMP`` columns, you must
+set :setting:`USE_TZ = False <USE_TZ>` to avoid data corruption. Otherwise
+both MySQL and Django will attempt to convert from UTC to local time.
+
 Row locking with ``QuerySet.select_for_update()``
 -------------------------------------------------
 
