|
|
| |
| Instructions
| | To change the time zone on your virtual server, do the following:
- Determine the file that corresponds to your time zone and use it instead of
Etc/GMT. You can use one of the 400 time zone files from these
listings or select one of the more commonly used ones below.
Description |
File |
Current Date & Time |
Greenwich Mean Time | GMT | Wed-22-Jan-2025 | 01:24:36 | GMT |
Eastern Time | EST5EDT | Tue-21-Jan-2025 | 20:24:36 | EST |
Central Time | CST6CDT | Tue-21-Jan-2025 | 19:24:36 | CST |
Mountain Time | MST7MDT | Tue-21-Jan-2025 | 18:24:36 | MST |
Pacific Time | PST8PDT | Tue-21-Jan-2025 | 17:24:36 | PST |
- Update your Virtual Server's localtime by typing the following at a command prompt:
chmod 600 ~/etc/localtime
cp /usr/share/zoneinfo/Etc/GMT ~/etc/localtime
- Update your shell's localtime by editing your .cshrc file. This can be done by using
iManager or at a command prompt:
Then modify your shell's time zone:
|
|