NAME
Date::Manip::DM5abbrevs - A list of all timezone abbreviations
SYNPOSIS
This module is not intended to be used directly. Date::Manip 5.xx will load it as needed.
This module contains all of the time zone abbreviations from Date::Manip 6.xx copied backwards to 5.xx to provide slightly better support for time zones.
Note that this is only a bandaid fix, and does not add proper time zone handling to version 5.xx .
TIMEZONES
The following timezones are defined:
";
foreach my $abb (sort keys %off) { my $off = $off{$abb}; print " " . uc($abb) . " "x(6-length($abb)) . " $off\n"; }
print "
LICENSE
This script is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Sullivan Beck (sbeck\@cpan.org)