- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- TIMEZONE qusetion
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
10-07-2003 05:09 AM
10-07-2003 05:09 AM
TIMEZONE qusetion
I've few hpux 11.00 servers.
last week we have changed the timezone from daylight saving time to standard time (Israel).
Today we've noticed that all the files we are writing to our filers ( netapps ) are 1 hour ahead.
My /etc/TIMEZONE file shows the following:
TZ=IST-2IDT
export TZ
My question is how to fix the problem so the timezone will show IST instead of IDT ?
Thanks,
Aviad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 05:18 AM
10-07-2003 05:18 AM
Re: TIMEZONE qusetion
Cron will also fall under this problem. It will have the old TIMEZONE setting and anything launched from cron will pick that up. You should restart that as well.
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 05:19 AM
10-07-2003 05:19 AM
Re: TIMEZONE qusetion
2 = 2 hours offset from Greenwich Mean or Zulu time
IDT = I daylight time.
There should be no '-'.
export TZ=IST2IDT
Update in /etc/profile.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 05:26 AM
10-07-2003 05:26 AM
Re: TIMEZONE qusetion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 05:32 AM
10-07-2003 05:32 AM
Re: TIMEZONE qusetion
As for the "-" , i've tried with and without the "-" but still the IDT apperas.
More ideas ?
Thanks,
Aviad