- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: timezone
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
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
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
05-25-2004 01:53 AM
05-25-2004 01:53 AM
EST5EDT
I've never heard of the /etc/default/tz file. Can anyone tell me what this file is for?
TIA
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2004 01:57 AM
05-25-2004 01:57 AM
Re: timezone
/etc/TIMEZONE will set the default TZ initially, but *can* be overriden by any subsequent export of TZ. Remember the time in the system is constant, only how it's displayed can be manipulated. So have the developer check any .profile settings & any/all scripts run prior to starting the SW. I suspect you'll see where they're setting a new TZ value.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2004 02:10 AM
05-25-2004 02:10 AM
Re: timezone
have you tried
echo $TZ
to check that it is in fact not the default timezone.
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2004 02:16 AM
05-25-2004 02:16 AM
Re: timezone
what is the O.S. version? 11.11 or 11.00?
Anyway it is the default TIMEZONE of system.
For better comprehension: under /etc/default there is fs too.
Then when you will use
# newfs /dev/vg00/rlvol10
without specify -F
LOCAL=vxfs.
The same should be for timezone; if you doesn't specify timezone /etc/default/tz should be taken.
Another problem I heard about libc. From libc patch text:
When environment variable TZ is not set, the variables
tzname[2] and timezone is set to hard coded values
corresponding to Eastern Standard Time.
Please past output of
# swlist -l product |grep -i libc
HTH.
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2004 03:04 AM
05-25-2004 03:04 AM
Re: timezone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2004 03:06 AM
05-25-2004 03:06 AM
SolutionThe /etc/default/tz has the setting which the date and time related commands use if the TZ enviorn variable is not set. If you export the TZ in your enviorn then it overrides the default setting. Have a look at man tztab, tzset and enviorn.
Regards,
Manish.