SYNOPSIS

In your program:

  use Data::Printer filters => {
    -external => [ 'DateTime' ],
  };

or, in your \*(C`.dataprinter\*(C' file:

{ filters => { -external => [ 'DateTime' ], }, };

You can also setup color and display details:

use Data::Printer filters => { -external => [ 'DateTime' ], }, color => { datetime => 'bright_green', } datetime => { show_class_name => 1, # default is 0 show_timezone => 0, # default is 1 (only works for DateTime objects) }, };

DESCRIPTION

This is a filter plugin for Data::Printer. It filters through several date and time manipulation classes and displays the time (or time duration) as a string.

Parsed Modules

  • DateTime

  • DateTime::Duration

  • DateTime::Incomplete

  • Time::Piece

  • Date::Handler

  • Date::Handler::Delta

  • Date::Calc::Object

  • Date::Pcalc::Object

If you have any suggestions for more modules or better output, please let us know.

RELATED TO Data::Printer::Filter::DateTime…

Data::Printer