Forum Moderators: phranque
I wonder how to change that to make emails fit the hour in our clocks here...
Do I have to inform that to every hosting company and they can change that?
ln -s /usr/share/zoneinfo/America/Argentina/Buenos_Aires /etc/localtime
As long as you keep your Linux up to date, your server will automatically switch times with your local settings.
If you are on shared hosting, the problem is a little bit different, because different users might want different time zones. Assuming you are using Apache webserver, you could try the following line in your .htaccess file:
SetEnv TZ America/Argentina/Buenos_Aires
This will change the date and time the Apache server lives in, but I don't know if this affects the times of emails generated from your site. You have to test this yourself.