Skip to content

Commit

Permalink
Added METDST
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarr committed Feb 23, 2009
1 parent 6fa08d1 commit 2293540
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Time/Zone.pm
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ use vars qw(@ISA @EXPORT $VERSION @tz_local);

@ISA = qw(Exporter);
@EXPORT = qw(tz2zone tz_local_offset tz_offset tz_name);
$VERSION = "2.22";
$VERSION = "2.23";

# Parts stolen from code by Paul Foley <paul@ascent.com>

Expand Down Expand Up @@ -160,6 +160,7 @@ CONFIG: {
"hdt" => -9*3600, # Hawaii Daylight
"bst" => +1*3600, # British Summer
"mest" => +2*3600, # Middle European Summer
"metdst" => +2*3600, # Middle European DST
"sst" => +2*3600, # Swedish Summer
"fst" => +2*3600, # French Summer
"cest" => +2*3600, # Central European Daylight
Expand Down

0 comments on commit 2293540

Please sign in to comment.