mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
6317da651a
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. WWW: http://search.cpan.org/dist/DateTime-Format-SQLite/ PR: ports/135962 Submitted by: hideo <hideo@lastamericanempire.com>
7 lines
334 B
Plaintext
7 lines
334 B
Plaintext
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.
|
|
|
|
WWW: http://search.cpan.org/dist/DateTime-Format-SQLite/
|