jeanparpaillon / erlang-dbus

Erlang DBUS implementation (forked from unmaintained erlang-dbus)
Apache License 2.0
51 stars 22 forks source link

erlang:now() deprecated -> using erlang:timestamp() #4

Closed remiq closed 8 years ago

remiq commented 8 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

jeanparpaillon commented 8 years ago

Sorry, I missed your pr. It is now fixed from d62d319387e7844a5e61042b6b25016d08d4ba2e

Thanks for your contrib anyway !