avtobiff / erlang-uuid

Erlang UUID
https://github.com/avtobiff/erlang-uuid
GNU Lesser General Public License v3.0
113 stars 77 forks source link

Fix R18 warning about erlang:now() deprecated #15

Closed mkurkov closed 9 years ago

mkurkov commented 9 years ago

Hi, here is a simple fix that should eliminate R18 compilation warning about erlang:now() deprecation.

avtobiff commented 9 years ago

Cherry picked 6bcb986 to fix erlang:now() deprecation warning in R18.

Thanks!