Time Zone Adjustment
Changing the reports Time Zone in PHP
date.timezone = "America/Denver";
Use the appropriate option at http://php.net/timezones.
Bluerock
- Log in to your Bluehost control panel.
- Click the Advanced tab from the side navigation menu to the left.
- Go to the Files section and select File Manager.
- Open the public_html folder.
- Click the Settings button at the top right corner.
- Make sure that there is a checkmark on Show Hidden Files (dotfiles).
- Hit on Save.
- Navigate to the folder which contains the .htaccess file and click the Edit button from the top Toolbar.
Pro Tip: Alternatively, you can do right-click on the selected files and click on Edit from the drop-down menu.
- Press Ctrl+F (Shortcut to find section easily) and enter the <IfModule lsapi_module>.
- Add this line php_value date.timezone "America/Denver."
- Once done, click the Save Changes button towards the top right side of your screen.
Legacy
- Log in to your Bluehost control panel.
- Click the cpanel sub-tab from the navigation menu that stretches across the top of your screen.
- Locate the File Manager tool under the files category.
- Choose to open Web Root and Show hidden files, then click the submit button.
- Navigate to the folder which contains the PHP.INI file to specify the correct time zone.
- Press Ctrl+F (Shortcut to find section easily) and enter the <IfModule lsapi_module>.
- Add this line php_value date.timezone "America/Denver".
- Once done, click the Save Changes button towards the top right side of your screen.
If you need further assistance, feel free to contact us via Chat or Phone:
- Chat Support - While on our website, you should see a CHAT bubble in the bottom right-hand corner of the page. Click anywhere on the bubble to begin a chat session.
- Phone Support -
- US: 888-401-4678
- International: +1 801-765-9400
You may also refer to our Knowledge Base articles to help answer common questions and guide you through various setup, configuration, and troubleshooting steps.