MySQL 5.7 Reference Manual
MySQL 5.7 Release Notes
By default, master and slave servers assume that they are in the
same time zone. If you are replicating between servers in
different time zones, the time zone must be set on both master
and slave. Otherwise, statements depending on the local time on
the master are not replicated properly, such as statements that
use the NOW()
or
FROM_UNIXTIME()
functions. Set
the time zone in which MySQL server runs by using the
--timezone=
option of the timezone_name
mysqld_safe
script or by
setting the TZ
environment variable. See also
Section 4.1.15, “Replication and System Functions”.