Add files from parent branch HEAD:
[pkgsrc.git] / time / p5-DateTime-Format-Pg / DESCR
1 This module understands the formats used by PostgreSQL for its
2 DATE, TIME, TIMESTAMP, and INTERVAL data types. It can be used to
3 parse these formats in order to create DateTime or DateTime::Duration
4 objects, and it can take a DateTime or DateTime::Duration object
5 and produce a string representing it in a format accepted by
6 PostgreSQL.