- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- timezone western Indonesia
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
08-07-2006 10:21 PM
08-07-2006 10:21 PM
We are setting up an ia64 hp server rx1600 model in western Indonesia.
The system was setup with timezone variable
TZ=TST-7 . However in the tztab there are no entries for TST-7.
Is this correct ?
Regards,
Franky
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2006 10:36 PM
08-07-2006 10:36 PM
Re: timezone western Indonesia
current time in Indonesia is GMT+7.
Timezone: Asia/Jakarta
Date&time: Tue, 08 Aug 2006 17:34:06 +0700 (WIT)
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2006 10:43 PM
08-07-2006 10:43 PM
Re: timezone western Indonesia
I believe you can use the tztab file to cater for things like daylight saving etc.
I would just set the TZ and repeat in /etc/profile.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2006 10:45 PM
08-07-2006 10:45 PM
Re: timezone western Indonesia
no points for this follow-up, please.
Have found a previous thread with similar problem and partial solution.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1036834
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2006 10:46 PM
08-07-2006 10:46 PM
Re: timezone western Indonesia
Thanks for the inputs, but I was actually wondering if TST-7 is a valid and a correct entry for the TZ environment variable.
I started from the silly idea that all TZ information could be looked up in the tztab file.
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 11:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 11:39 PM
08-08-2006 11:39 PM
Re: timezone western Indonesia
I was looking for that kind of confirmation.
Regards,
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 05:12 AM
08-09-2006 05:12 AM
Re: timezone western Indonesia
man environ
What you will see is that a timezone of FRANKY-7 or WESTINDO+7 is just fine.
> I started from the silly idea that all TZ information could be looked up in the tztab file.
The tztab file is sort of a macro for timezones. A definition of a TZ value does not depend on being in tztab, but if it is, then the additional rules about daylight saving will be observed. As you probably know, timzones are purely political boundaries and only approximate 'sun time'. The tztab file makes it easier to handle historic (and future) changes for daylight saving offsets, but any string can be used to name a timezone.
So TST-7 is wrong for your location -- it will produce the same results as MST-7 (in the US, Mountain Standard Time). The 3 letters (or more) can be anything (see man environ) but what is important is the offset from GMT. For Jakarta, the offset is +7 so you could use TZ=JAKARTA+7 or JAK+7. The point is that HP-UX only keeps GMT time and the libraries use the current value of TZ to decode/display the date and time.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 05:19 AM
08-09-2006 05:19 AM
Re: timezone western Indonesia
http://www.timezoneconverter.com/
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 08:13 AM
08-09-2006 08:13 AM
Re: timezone western Indonesia
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 06:54 PM
08-09-2006 06:54 PM
Re: timezone western Indonesia
Regards,
Franky