1834169 Members
2548 Online
110064 Solutions
New Discussion

timezones

 
SOLVED
Go to solution
Emma_8
Frequent Advisor

timezones

Hi folks

Not sure if this is the right forum but I need to use the Hawaii timezone for an application running on an N4000 server with HP-UX 11.0. From sites I've looked at the hawaii TZ seems to be HST10 but when I looked in /usr/lib/tztab the closest I see is AST and this also has a daylight savings setting. I do know that Hawaii do not use daylight savings so anyone have any idea what TZ setting I should be using in my app ?

Thanks a mil
Emam
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: timezones

AST10 might do the job.

Thats Aluetion Standard time, but it seems to have the saem offset from GMT as Hawaii does. Since its standard, there should be no adjudtment as you say Hawaii doesn't need that.

Also, I'd recommend ntp to keep your boxes in synch with atomic clocks. The last thing you need with multiple time zones using a box is the clock being off.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
c_51
Trusted Contributor

Re: timezones

HST10
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: timezones

You are making this too hard. It is not necessary that there be a matching tztab entry. If none is found no DST shift will occur; simply set and export TZ=HST10 in /etc/TIMEZONE or in the appropriate .profile's and you are done.
If it ain't broke, I can fix that.
Emma_8
Frequent Advisor

Re: timezones

Hi folks

Thanks for your responses. We do have NTP on the box so no worries there.

I will use export HST10 and see how that works for me.

Thanks again
Emma