qdate/qdate.config

9 lines
265 B
Text
Raw Normal View History

2016-02-21 16:12:05 -06:00
%% vim: ts=4 sw=4 et ft=erlang
[{qdate, [
2016-02-21 16:13:47 -06:00
{default_timezone, "GMT"},
2016-02-21 16:12:05 -06:00
2016-02-21 16:13:47 -06:00
%% See readme section here:
2016-02-21 16:12:05 -06:00
%% https://github.com/choptastic/qdate#about-backwards-compatibility-with-ec_date-and-deterministic-parsing
2016-02-21 16:13:47 -06:00
{deterministic_parsing, {zero, zero}}
2016-02-21 16:12:05 -06:00
]}].