Add sample qdate.config file
This commit is contained in:
parent
0bf12290ec
commit
2eb0f88c61
1 changed files with 8 additions and 0 deletions
8
qdate.config
Normal file
8
qdate.config
Normal file
|
@ -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}}
|
||||
]}].
|
Loading…
Add table
Add a link
Reference in a new issue