Bug 200128 - WEST/CEST timezones not included
Summary: WEST/CEST timezones not included
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: tzdata
Version: 5
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Petr Machata
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-07-25 16:39 UTC by P Fudd
Modified: 2021-09-03 21:17 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-07-27 07:11:46 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description P Fudd 2006-07-25 16:39:09 UTC
Description of problem:
The timezones 'WEST' and 'CEST' are not found (Western/Central European Summer
Time).

Version-Release number of selected component (if applicable):
tzdata-2006g-1.fc5

How reproducible:
Always

Steps to Reproduce:
1. env TZ=CEST date
2. env TZ=UTC date
3. env TZ=WEST date

Actual results:
WEST and CEST are treated as UTC.

Expected results:
They should not be treated as UTC.

Additional info:
WEST is the time zone of countries like the UK, according to
http://wwp.greenwichmeantime.com/time-zone/europe/uk/
CEST is the time zone of countries like Hungary, according to
http://www.timeanddate.com/worldclock/city.html?n=50

If I'm not understanding how timezones work, please let me know.

Comment 1 Petr Machata 2006-07-27 07:11:46 UTC
WEST and CEST are summer variants of WET and CET. tzdata will pick the right
(summer/winter) variant according to current date. WET and CET are handled fine
by tzdata:

$ env TZ=WET date
Thu Jul 27 08:17:16 WEST 2006
$ env TZ=CET date
Thu Jul 27 09:17:18 CEST 2006

(note how it picked CEST instead of CET)

Comment 2 Penelope Fudd 2006-07-27 08:02:20 UTC
Cool!

The reason I created this bug report was because I found a time on the internet
with a 'CEST' time zone, and I wanted to know how long ago it was.  As I didn't
know anything about where in the world CEST was, I just plugged it in and got an
answer (a wrong answer, that is).

What is the normal way to determine times with unfamiliar timezones, using the
command line?

And is silent failure the right way to handle bogus timezones?

Thanks!


Note You need to log in before you can comment on or make changes to this bug.