9 lines
256 B
Text
9 lines
256 B
Text
![]() |
%% 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}}
|
||
|
]}].
|