Skip to content

Commit

Permalink
Caught a few more differences from the Slashdot tzcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
pudge committed Oct 21, 2002
1 parent d88a43e commit 59d4b6c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion utils/dst-update.plx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ my %tzs = (

'WET' => ['WEST', ''],
'BST' => ['WEST', ''],
'WES' => ['WEST', ''],
'WEST' => ['WEST', ''],

'CET' => ['CEST', ''],
Expand All @@ -29,12 +30,14 @@ my %tzs = (
'MES' => ['CEST', ''],
'SST' => ['CEST', ''],
'FST' => ['CEST', ''],
'CES' => ['CEST', ''],
'CEST' => ['CEST', ''],
# Israel does not have the same timezone change as Eastern Europe
'ISS' => ['EEST', 'off'],
'EET' => ['EEST', ''],

'IDT' => ['EEST', 'on'],
'EES' => ['EEST', ''],
'EEST' => ['EEST', ''],
'BT' => ['BT', ''],
'IT' => ['IT', ''],
Expand Down Expand Up @@ -69,7 +72,7 @@ my %tzs = (
'NZT' => ['NZST', ''],
'NZS' => ['NZST', ''],

'IDLE' => ['IDLE', ''],
'ID2' => ['IDLE', ''],
'NZD' => ['NZST', ''],

'WAT' => ['WAT', ''],
Expand All @@ -91,11 +94,15 @@ my %tzs = (
'PST' => ['PST', ''],
'HDT' => ['HAST', ''],
'YST' => ['AKST', ''],
'AKST' => ['AKST', ''],
'AKDT' => ['AKST', ''],
'HST' => ['HAST', ''],
'CAT' => ['HAST', ''],
'AHS' => ['HAST', ''],
'NT' => ['NT', ''],
'IDL' => ['IDLW', ''],

'' => ['EST', ''],
);

my $dbh = $slashdb->{_dbh};
Expand Down

0 comments on commit 59d4b6c

Please sign in to comment.