processone / stun

STUN and TURN library for Erlang / Elixir
http://www.ejabberd.im
Apache License 2.0
244 stars 61 forks source link

Remove erlang:now deprecation warning with Erlang R18 #7

Closed mremond closed 8 years ago

mremond commented 8 years ago

Here is an example of the deprecation we have:

Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
prefiks commented 8 years ago

Done in acbfdd751804a1e50867cbc85a46c9b0a853da23 and 8a35ee04cbf892d4e57b7cf137a95921df884fdc

mremond commented 8 years ago

Thanks !