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

This module implements a conversion from DateTime objects to epoch
seconds and back. The epoch can be an arbritrary date, or one of the
predefined epochs (UNIX, MacOS, TAI64, etc.).

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install