calling ezic:load("/path/to/tzdata_folder") returns a list of records without erroring-out.
The content may not be accurate; @todo create accuracy tests (idea: use system's zic/localtime/tzselect/etc.).
6 lines
78 B
Erlang
6 lines
78 B
Erlang
-module(test_master).
|
|
-export([start/0]).
|
|
|
|
start() ->
|
|
ezic_record:test().
|