Understanding Time Zones
A time zone is a geographical region that observes a uniform standard time for legal, commercial, and social purposes. While server time is typically set to UTC to avoid Daylight Saving Time issues, you can adjust the time zone displayed in your cPanel for easier viewing.
Steps to Change Your Time Zone:
- Log in to your cPanel account.
- Navigate to the Software section.
- Click on the Select PHP Version tool.
- Switch to the Options tab.
- Locate the date.timezone setting.
- Input the correct time zone value (e.g.,
Africa/Lagos). - Click anywhere outside the text box to save the changes.

Note: A list of time zone identifiers can be found in the PHP manual.
Synchronizing Server Time:
If your server's time is inaccurate, you can synchronize it with a network time server:
- In the same PHP Options tab, locate the Sync Time with Time Server option.
- Click on it to synchronize your server's time.
Important: Changing the time zone in cPanel affects PHP scripts only. It doesn't alter the actual server time.
By following these steps, you can easily adjust the time zone displayed in your cPanel for better usability.

