I want everything to display in Eastern timezone for all accounts on my server. Yes, there are many posts in this and other forums about this, but I can't find the combination of changes that makes everything work.
In server WHM (not account cPanel) I made the following changes:
I've set server time under Server Configuration.
I've updated date.timezone in MultiPHP INI Editor, using the Editor Mode tab.
In MultiPHP Manager, tab User Domain Settings, all domains set to inherit.
In cPanel of a particular existing (not new regarding inheritance) account, I made these changes:
In MultiPHP INI Editor, using the Editor Mode tab, I added the desired date.timezone value in /home/<account>/public_html/php.ini
In WordPress Settings, timezone is set as desired.
As a test, I added this to a custom 'init' function:
$T = date_default_timezone_get();
die($T);
Restarted server.
visited WordPress site previously mentioned.
On-screen result: UTC
Error logs are in UTC.
What am I missing?
In server WHM (not account cPanel) I made the following changes:
I've set server time under Server Configuration.
I've updated date.timezone in MultiPHP INI Editor, using the Editor Mode tab.
In MultiPHP Manager, tab User Domain Settings, all domains set to inherit.
In cPanel of a particular existing (not new regarding inheritance) account, I made these changes:
In MultiPHP INI Editor, using the Editor Mode tab, I added the desired date.timezone value in /home/<account>/public_html/php.ini
In WordPress Settings, timezone is set as desired.
As a test, I added this to a custom 'init' function:
$T = date_default_timezone_get();
die($T);
Restarted server.
visited WordPress site previously mentioned.
On-screen result: UTC
Error logs are in UTC.
What am I missing?