mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
5 lines
248 B
Plaintext
5 lines
248 B
Plaintext
This module understands the formats used by SQLite for its date, datetime
|
|
and time functions. It can be used to parse these formats in order to
|
|
create DateTime objects, and it can take a DateTime object and produce
|
|
a timestring accepted by SQLite.
|