The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

TITLE

dump-zone - Dump time zone information

SYNOPSIS

 dump-zone
 dump-zone --help
 dump-zone --version

OPTIONS

--help

This option displays the documentation for this script. The script then exits.

--version

This option displays the version of this script. The script then exits.

DETAILS

This Perl script dumps (or at least attempts to dump) the same time zone information as is dumped by t/parse_time_*.t when a failure occurs. The dump is the Date::Manip dump if that module is available; otherwise it is the ISO dump, which is a subset.

AUTHOR

Thomas R. Wyant, III wyant at cpan dot org

COPYRIGHT AND LICENSE

Copyright (C) 2022-2024 by Thomas R. Wyant, III

This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5.10.0. For more details, see the full text of the licenses in the directory LICENSES.

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.