• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/DateTime/Format/H17-Apr-2015-1,522399

t/H17-Apr-2015-460317

Build.PLH A D12-Apr-2015826 3127

ChangesH A D17-Apr-20152.4 KiB7857

LICENSEH A D09-Mar-201420.5 KiB385310

MANIFESTH A D12-Apr-2015911 4342

META.jsonH A D17-Apr-20152.8 KiB9796

META.ymlH A D17-Apr-20151.9 KiB6463

Makefile.PLH A D17-Apr-2015559 2018

READMEH A D23-Aug-2010348 1611

TODOH A D23-Aug-2010164 84

README

1DateTime-Format-Epoch
2=======================
3
4This module implements a conversion from DateTime objects to epoch
5seconds and back. The epoch can be an arbritrary date, or one of the
6predefined epochs (UNIX, MacOS, TAI64, etc.).
7
8INSTALLATION
9
10To install this module type the following:
11
12perl Makefile.PL
13make
14make test
15make install
16