- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SAT4:30 vs GMT-4
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
07-06-2004 07:12 AM
07-06-2004 07:12 AM
SAT4:30 vs GMT-4
What is SAT4:30 ?
Why the time difference with GMT-4 ?
What shoud I use ?
Thanks,
Julio.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 07:17 AM
07-06-2004 07:17 AM
Re: SAT4:30 vs GMT-4
what does /etc/TIMEZONE say??
regds
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 07:35 AM
07-06-2004 07:35 AM
Re: SAT4:30 vs GMT-4
The only documents that I could find in HP's database or on the web were issues where software wouldn't install with a timezone of SAT4:30.
I was surprised at how little there was out on the web regarding this issue.
Best regards,
Kent M. Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 07:44 AM
07-06-2004 07:44 AM
Re: SAT4:30 vs GMT-4
Right now the file has this in it:
prosap06[root]/etc >more TIMEZONE
TZ=SAT4:00
export TZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 08:30 AM
07-06-2004 08:30 AM
Re: SAT4:30 vs GMT-4
export TZ=GMT-4
and now look at your files. The timestamps will reflect the correct time. This sets the TZ value and time is translated from GMT to GMT-4. Now if your database was started with TZ=SAT4:30, then the database will be recording time based on the current TZ value. You'll have to stop the database and either change TZ for the database environment or reboot so the database starts with the correct TZ value.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 01:32 AM
07-07-2004 01:32 AM
Re: SAT4:30 vs GMT-4
And why HP-UX ( "/sbin/set_parms timezone" )encourages me to use that, instead of GMT-4 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 09:17 AM
07-07-2004 09:17 AM
Re: SAT4:30 vs GMT-4
SAT = an arbitrary name for the timezone
-4:30 = number of hours:mins to add to the local time to arrive at GMT or UTC time. In this case, 4.5 hours must be subtracted (-4:30 means add a negative 4.5 hours) to get UTC.
Now why SAT-4:30 exists in the set_parms program, I don't know. However, timezones are defined by your government, not HP. If the correct time of day at your location is 4 hours earlier than GMT, then GMT-4 is the correct value to use. In the tztab file, Venezuela is not defined. That's OK because tztab is designed to provide varied rules about timezones and daylight saving rules.
So you can use GMT-4 (and edit the value in /etc/TIMEZONE) but if your local area has daylight saving rules (one hour forward or backward each year), then you'll neeed to add the rules to tztab.
Bill Hassell, sysadmin