In MySQL you can set a session variable called time_zone to change the timezone. This is useful e.g. when looking at timestamps from another country. Here i
In ~/.my.cnf:
~/.my.cnf
[mysql] init_command="SET time_zone='Brazil/East'"