2009-06-28 03:58:30 +02:00
|
|
|
This module understands the formats used by SQLite for its DATE, DATETIME, TIME,
|
|
|
|
and TIMESTAMP data types. It can be used to parse these formats in order to
|
|
|
|
create DateTime objects, and it can take a DateTime object and produce a string
|
|
|
|
representing it in the SQLite format.
|
|
|
|
|
2011-12-28 09:20:20 +01:00
|
|
|
WWW: http://search.cpan.org/dist/DateTime-Format-SQLite/ /
|