The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Data::Sah::Format::perl::iso8601_datetime - Format date as ISO8601 datetime (e.g. 2016-06-13T03:08:00Z)

VERSION

This document describes version 0.003 of Data::Sah::Format::perl::iso8601_datetime (from Perl distribution Data-Sah-Format), released on 2017-07-10.

DESCRIPTION

Will format epoch as ISO8601 datetime. By default will also format DateTime and Time::Moment instances, but this can be turned off. Will leave other kind of data unformatted.

FORMATTER ARGUMENTS

format_datetime => bool (default: 1)

format_timemoment => bool (default: 1)

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/Data-Sah-Format.

SOURCE

Source repository is at https://github.com/perlancar/perl-Data-Sah-Format.

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Data-Sah-Format

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017, 2016 by perlancar@cpan.org.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.