-
-
15 Nov 2021 20:44:07 UTC
- Distribution: Date-Manip
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (4)
- Testers (1140 / 2 / 0)
- Kwalitee
Bus factor: 1- 57.89% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (1.91MB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Sullivan Beck (sbeck@cpan.org)
- Dependencies
- Carp
- Cwd
- Data::Dumper
- Encode
- File::Find
- File::Spec
- IO::File
- Storable
- utf8
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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)
Module Install Instructions
To install Date::Manip, copy and paste the appropriate command in to your terminal.
cpanm Date::Manip
perl -MCPAN -e shell install Date::Manip
For more information on module installation, please visit the detailed CPAN module installation guide.