Closed remiq closed 9 years ago
Current version does not compiles on Erlang/OTP 18 due to usage of erlang:now(). I've replaced it with erlang:timestamp() as advised here: http://www.erlang.org/doc/apps/erts/time_correction.html
erlang:now()
erlang:timestamp()
Sorry, I missed your pr. It is now fixed from d62d319387e7844a5e61042b6b25016d08d4ba2e
Thanks for your contrib anyway !
Current version does not compiles on Erlang/OTP 18 due to usage of
erlang:now()
. I've replaced it witherlang:timestamp()
as advised here: http://www.erlang.org/doc/apps/erts/time_correction.html