- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ENVironment Variable TZ
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
тАО06-10-2002 04:48 PM
тАО06-10-2002 04:48 PM
TZ=EST-10EDT. Timezone appears to be set for 'mountain' - 420 minutes west of GMT. DST = 1. We are in Sydney, Australia. Do these settings appear to be correct for this region?
Thanks in advance for any info...
Maria.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2002 04:53 PM
тАО06-10-2002 04:53 PM
Re: ENVironment Variable TZ
Your settings should be as follows:
/etc/profile
# Set the TIMEZONE
if [ -r /etc/TIMEZONE ]
then
. /etc/TIMEZONE
else
TZ=EST-10EDT # change this for local time.
export TZ
Contents of /etc/TIMEZONE
$ more /etc/TIMEZONE
TZ=EST-10EDT
export TZ
Also you can check each user, by typing in:
# echo $TZ
HTH
~Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2002 05:02 PM
тАО06-10-2002 05:02 PM
Re: ENVironment Variable TZ
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2002 05:45 PM
тАО06-10-2002 05:45 PM
Re: ENVironment Variable TZ
TZ=MST7MDT
export TZ
fi
This would appear to be the Mountain standard time... If I change this to TZ=EST-10EDT would this not change back to MST7MDT during a system reboot because the kernel parms have somehow got this Mountain paratmeter set? The /etc/TIMEZONE file is set to EST-10EDT.
Thanks for help and also thanks to Bill for your info also.
Maria.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2002 05:55 PM
тАО06-10-2002 05:55 PM
SolutionMaking that change will not change back during a system reboot. Unfortunately the 'MST' time is one that comes with the system. If the TZ is not fixed properly during a system installation, problems like this can occur.
The '/usr/lib/tztab' should not be changed unless there is a change to the dates designated by Bob Carr and his merry men. Let me know if you need further help.
Cheers
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2002 06:28 PM
тАО06-10-2002 06:28 PM
Re: ENVironment Variable TZ
Thankyou for all your info and patience. Info from here has been invaluable.
Thanks.
Maria.