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