summaryrefslogtreecommitdiffstats
path: root/development/recutils/mdb2rec.c.patch
diff options
context:
space:
mode:
Diffstat (limited to 'development/recutils/mdb2rec.c.patch')
-rw-r--r--development/recutils/mdb2rec.c.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/development/recutils/mdb2rec.c.patch b/development/recutils/mdb2rec.c.patch
new file mode 100644
index 0000000000..5b6798b51d
--- /dev/null
+++ b/development/recutils/mdb2rec.c.patch
@@ -0,0 +1,9 @@
+391a392,393
+> col = g_ptr_array_index (table->columns, i);
+> column_name = col->name;
+431,432d432
+< mdb_init();
+< mdb_set_date_fmt ("%Y-%m-%dT%H:%M:%S%z"); /* ISO 8601 */
+441a442,443
+>
+> mdb_set_date_fmt (mdb, "%Y-%m-%dT%H:%M:%S%z"); /* ISO 8601 */