From 2eb0f88c619dabf86945942102602775dff559e6 Mon Sep 17 00:00:00 2001 From: Jesse Gumm Date: Sun, 21 Feb 2016 16:12:05 -0600 Subject: [PATCH] Add sample qdate.config file --- qdate.config | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 qdate.config diff --git a/qdate.config b/qdate.config new file mode 100644 index 0000000..58c2252 --- /dev/null +++ b/qdate.config @@ -0,0 +1,8 @@ +%% vim: ts=4 sw=4 et ft=erlang +[{qdate, [ + {default_timezone, "GMT"}, + + %% See readme section here: + %% https://github.com/choptastic/qdate#about-backwards-compatibility-with-ec_date-and-deterministic-parsing + {deterministic_parsing, {zero, zero}} +]}].