- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Africa/Cairo timezone is missing
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
02-17-2003 04:55 AM
02-17-2003 04:55 AM
Africa/Cairo timezone is missing
I was looking for Egypt timezone abbreviation
and found that there is no such entry
in /usr/lib/tztab .
How should I configure it? It should have
offset of 2 hours and day time saving...
Thanks for any ideas!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 05:03 AM
02-17-2003 05:03 AM
Re: Africa/Cairo timezone is missing
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 05:07 AM
02-17-2003 05:07 AM
Re: Africa/Cairo timezone is missing
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 05:09 AM
02-17-2003 05:09 AM
Re: Africa/Cairo timezone is missing
also they change it to 3 hours in summer.
Very close to Egypt is EET (finnish),
but dates of resetting to/from day light saving differ. I thought it would be something
standard as on many other systems (SUN, M$,..)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 05:12 AM
02-17-2003 05:12 AM
Re: Africa/Cairo timezone is missing
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 05:16 AM
02-17-2003 05:16 AM
Re: Africa/Cairo timezone is missing
I looked on the net and indeed HP seems to be one of the only non covers.
You would need to
1: Add these lines to /usr/lib/tztab :
|
| # Egyptian Time, Egyptian Daylight Savings Time
| EGT-2EGTDST
| 0 0 28-30 4 2000-2038 0 EGTDST-3
| 0 0 29-30 9 2000-2038 0 EGT-2
|
|
2: Change /etc/TIMEZONE to this :
|
| TZ=EGT-2EGTDST
| export TZ
|
|
3: Command ". /etc/TIMEZONE"
|
|
4: Use "date" to check the result.
Steve Steel
"The greatest mistake you can make in life is to be continually fearing you will make one."
-- Elbert Hubbard, 1856-1915
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 05:22 AM
02-17-2003 05:22 AM
Re: Africa/Cairo timezone is missing
My guess about missing this entry on HP
was correct... :(
It will be done by hand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 05:53 AM
02-17-2003 05:53 AM
Re: Africa/Cairo timezone is missing
You can try to define it yourself,like I do for Israel Standard Time.I beleive Egypt is
:
1. Add something like the following entry to /usr/lib/tztab:
# Israel Standard Time is 2 hours ahead of GMT. IDT=Israel Daylight saving
Time.
IST-2IDT
0 1 29 03 2002-2002 0-6 IDT-3 # According to the date of the summer clock.
0 0 07 10 2002-2002 0-6 IST-2 # # According to return date of the winter
2. Edit /etc/TIMEZONE as follows (if not already):
TZ=IST-2IDT
export TZ
3. Make sure that: /sbin/date -u produces the correct Greenwich Mean Time
(In the summer it's 3 hours below us: when it's 12:00 here, it's 9:00 there). Otherwise, set it using /sbin/date -u ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 10:20 AM
02-17-2003 10:20 AM
Re: Africa/Cairo timezone is missing
Cheryl