- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to configure timezone for Brazil
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
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
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-03-2006 06:59 AM
10-03-2006 06:59 AM
How to configure timezone for Brazil
How Do I configure timezone for Brazil, Brasilia?
I use:
a)# more /etc/TIMEZONE
TZ=SAT3 (I don´t know)
export TZ
b) # date
Tue Oct 3 15:47:36 SAT 2006
c) /etc/profile
. /etc/TIMEZONE
else
TZ=MST7MDT # change this for local time.
export TZ
fi
I have not sure about TZ=MST7MDT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2006 07:26 AM
10-03-2006 07:26 AM
Re: How to configure timezone for Brazil
http://avi.alkalay.net/linux/docs/TimePrecision/TimePrecision.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2006 07:32 AM
10-03-2006 07:32 AM
Re: How to configure timezone for Brazil
lib.seven.com.br/ampliar.asp?codartigo=693
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2006 09:42 AM
10-03-2006 09:42 AM
Re: How to configure timezone for Brazil
set_parms timezone
and you should choose central/america it is -3 i think.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2006 11:51 PM
10-03-2006 11:51 PM
Re: How to configure timezone for Brazil
I want know if the files /etc/profile and /etc/TIMEZONE is correct. where is The SAT parameter configured?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2006 04:38 AM
10-04-2006 04:38 AM
Re: How to configure timezone for Brazil
http://lib.seven.com.br/ampliar.asp?codartigo=693
refers to the file /usr/lib/tztab. You can edit this file to add any new timezones and/or change the timezone values. In the above example, the entry looks like this:
BRA3VER
0 1 14 10 2001 0-6 VER2
0 23 16 02 2002 0-6 BRA3
But you could just as easily change it to:
SAT3SDT2
0 1 14 10 2001 0-6 SDT2
0 23 16 02 2002 0-6 SAT3
The 3-letter codes are just simple strings with the number (2 or 3) referring to the offset from GMT (UTC) time. However, the example is not quite correct and I haven't found the descriptive rule for Brasalia. I can find the timezone and the current time, even a chart that shows past and future daylight saving changes. But to correct the example, you'll need to define the rule such as the 3rd Saturday in March or 1st Sunday in November.
The above example (silently) fails because there is only a single year listed. The rules apply for a range of years as you can see in the other timezones.
Bill Hassell, sysadmin