Hosting.com’s servers are located in the US Eastern Standard Time (EST) time zone.
Linux
Changing the time zone in the Linux shell
Learn to set the Linux shell time zone using the TZ variable with sample code and helpful links.
This article describes how to use the TZ environment variable to set the time zone for a shell account.
By default, the Linux shell uses the host server’s time zone. If you are located in a different time zone, you can change this setting by using the TZ environment variable.
To make the setting take effect for subsequent logins, you can add this line to the ~/.bash_profile file or ~/.bashrc file.
The TZ environment variable affects file and directory timestamps, as well as output from the date command. The following example shows how to set the time zone for California using the TZ environment variable: