Bug 1318307

Summary: zdump complains about new timezone abbreviation format
Product: Red Hat Enterprise Linux 5 Reporter: Karel Volný <kvolny>
Component: glibcAssignee: Carlos O'Donell <codonell>
Status: CLOSED WONTFIX QA Contact: qe-baseos-tools-bugs
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 5.11CC: ashankar, fweimer, mnewsome, pfrankli
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-17 20:38:11 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Karel Volný 2016-03-16 13:26:55 UTC
Description of problem:
tzdata upstream has decided to use UTC offsets for timezones instead of classic abbreviations - for example, "CEST" (= Central European Summer Time) would become "+02"
(so far this hasn't been applied for already existing zones like the above example, just for newly created, see below for one of them)

unfortunately, such naming is unexpected by many tools, zdump being one of them

Version-Release number of selected component (if applicable):
glibc-common-2.5-123.el5_11.3

How reproducible:
always

Steps to Reproduce:
1. update to tzdata-2016b
2. zdump -v Europe/Astrakhan >/dev/null

Actual results:
zdump: warning: zone "Europe/Astrakhan" abbreviation "+04" lacks alphabetic at start

Expected results:
(no output)

Additional info:

Comment 1 Carlos O'Donell 2016-03-17 20:38:11 UTC
This is a cosmetic issue that does not impact the operation of zdump.

Given that RHEL 5 is in production phase 3 we are not going to fix this issue.