• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..11-Apr-2013244

ChangesH A D02-Mar-20102.6 KiB

inc/H05-Apr-20133

lib/H05-Apr-20133

LICENSEH A D20-Dec-200520.1 KiB

Makefile.PLH A D02-Mar-2010268

MANIFESTH A D02-Mar-2010621

META.ymlH A D02-Mar-2010615

READMEH A D02-Mar-2010743

t/H11-Apr-201320

README

1DateTime::Format::Pg
2
3This module understands the formats used by PostgreSQL for its DATE,
4TIME, and TIMESTAMP data types.  It can be used to parse these formats
5in order to create DateTime objects, and it can take a C<DateTime>
6object and produce a string representing it in the PostgreSQL format.
7
8INSTALLATION
9
10To install this module type the following:
11
12   perl Makefile.PL
13   make
14   make test
15   make install
16
17DEPENDENCIES
18
19This module requires these other modules and libraries:
20
21  DateTime
22  DateTime::Format::Builder
23
24COPYRIGHT AND LICENCE
25
26Copyright (C) 2005 Claus F�rber
27
28This library is free software; you can redistribute it and/or modify
29it under the same terms as Perl itself. 
30
31$Id: README 1055 2005-03-16 16:13:19Z cfaerber $
32