1836579 Members
2449 Online
110102 Solutions
New Discussion

Re: TIMEZONE Brazil

 
SOLVED
Go to solution

TIMEZONE Brazil

Hi all

My TIMEZone isn´t work fine

What Have I do to correct this ?
I´ve already reboot my server.

See

s02ubd02:[root]/> more /etc/TIMEZONE
#!/sbin/sh
# @(#)B11.23_LR
TZ=BRA3VER
export TZ
s02ubd02:[root]/> tail -5 /usr/lib/tztab
#Timezone Brasil
#Brazilian Eastern Standard Time BRA3BDT:
BRA3BDT
00 01 14 10 2007 0-6 VER2
00 23 16 02 2008 0-6 BRA3
s02ubd02:[root]/> date
Tue Nov 13 14:55:13 BRA 2007
s02ubd02:[root]/> date -u
Tue Nov 13 17:55:16 UTC 2007
s02ubd02:[root]/>
Alex
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: TIMEZONE Brazil

Shalom,

If you are in a hurry:

Perhaps take it from a working system. You probably don't need a 11.23 HP-UX system.

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
Patrick Wallek
Honored Contributor
Solution

Re: TIMEZONE Brazil

Do you have a BRA3VER timezone defined in /usr/lib/tztab? If not, then that is your problem.

Judgin from your tztab output, your /etc/TIMEZONE file should be:

s02ubd02:[root]/> more /etc/TIMEZONE
#!/sbin/sh
# @(#)B11.23_LR
TZ=BRA3BDT
export TZ

Re: TIMEZONE Brazil

ok. Problem solved.

tnks
Alex
Patrick Wallek
Honored Contributor

Re: TIMEZONE Brazil

What solved the problem?

Your profile also shows: "I have assigned points to 11 of 60 responses to my questions."