- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Time Zone matter
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2006 02:17 PM
тАО02-27-2006 02:17 PM
When date comand is issued, the output is as follows:
Tue Feb 28 11:01:07 SST 2006
The setting in /etc/TIMEZONE is as follows:
TZ=SST-8
export TZ
Some queries:
(1) What is the meaning of SST?
(2) Can SST change to SGT as the server is located in Singpaore?
Appreciate any pointer.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2006 03:11 PM
тАО02-27-2006 03:11 PM
SolutionWhen you first login, /etc/profile sources the /etc/TIMEZONE file to set TZ for all users. The SST portion of the TZ variable is an arbitrary tag, usually symbolic of the actual timezone and the -8 is the number of hours east of UTC (also known as Greenwich or Zulu) timezone. See the man page for: environ and tztab for details.
You can search through the file /usr/lib/tztab to locate SGT and then edit /etc/TIMEZONE. Now all new logins will have the new timezone value.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2006 03:17 PM
тАО02-27-2006 03:17 PM
Re: Time Zone matter
(1) What is the meaning of SST?
Singapore Standard Time (SST). You can find more information at http://www.singaporestandardtime.org.sg/
(2) Can SST change to SGT as the server is located in Singpaore?
You can leave SST unchanged since it refers to Singapore time.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2006 03:17 PM
тАО02-27-2006 03:17 PM
Re: Time Zone matter
if you want to modify the timezone, you can use the following command:
set_parms timezone
see man set_parms for more details.
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2006 03:18 PM
тАО02-27-2006 03:18 PM
Re: Time Zone matter
(2) as said you could change SST to SGT or (SST in your case i guess means Singapore standard time, which someone must have made before) even PST(pacific standard time) but keep the -8 same otherwise you'll change the time on your server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2006 03:22 PM
тАО02-27-2006 03:22 PM
Re: Time Zone matter
if you use set_parms, the following steps will follow:
=====================================
# set_parms timezone
_______________________________________________________________________________
The following procedure enables you to set the time zone.
Select your location from the following list:
1) North America or Hawaii
2) Central America
3) South America
4) Europe
5) Africa
6) Asia
7) Australia, New Zealand
_______________________________________________________________________________
Enter the number for your location (1-7) then press [Enter] 6
_______________________________________________________________________________
Select your time zone from the following list:
1) Saudi Arabia, Syria | 6) Phillipines, Hong Kong, Eastern Chi
na, Taiwan
|
2) India | 7) Japan
|
3) Pakistan | 8) Korea
|
4) Thailand | 9) Unlisted time zone
|
5) Singapore | 10) Previous menu
_______________________________________________________________________________
Enter the number for your time zone (1 - 10), then press [Enter] 5
_______________________________________________________________________________
You have selected:
Singapore (SST-8).
_______________________________________________________________________________
Is this correct?
Press [y] for yes or [n] for no, then press [Enter]
=================================
Singapore is already: Singapore (SST-8).
no changes required then
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2006 06:01 PM
тАО02-27-2006 06:01 PM
Re: Time Zone matter
One more question:
I modified /etc/TIMEZONE setting to the following in one of the test server:
TZ=SGT-8
export TZ
I did a reboot and now when date command is issued, the SST has changed to SGT.
Will there be any implication?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2006 11:21 PM
тАО02-27-2006 11:21 PM
Re: Time Zone matter
Bill Hassell, sysadmin