summaryrefslogtreecommitdiff
path: root/time/p5-DateTime-Format-SQLite/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'time/p5-DateTime-Format-SQLite/DESCR')
-rw-r--r--time/p5-DateTime-Format-SQLite/DESCR4
1 files changed, 4 insertions, 0 deletions
diff --git a/time/p5-DateTime-Format-SQLite/DESCR b/time/p5-DateTime-Format-SQLite/DESCR
new file mode 100644
index 00000000000..9250f81b0f3
--- /dev/null
+++ b/time/p5-DateTime-Format-SQLite/DESCR
@@ -0,0 +1,4 @@
+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.