Skip to content

Commit

Permalink
Handle compile deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-torhage committed Oct 23, 2018
1 parent 2c44a69 commit b754382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/app_net_explore.erl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ graph(Nodes) ->
ar:d(Map),
io:format("Generating dot file...~n"),
{{Year, Month, Day}, {Hour, Minute, Second}} =
calendar:now_to_datetime(erlang:now()),
calendar:now_to_datetime(erlang:timestamp()),
StrTime =
lists:flatten(
io_lib:format(
Expand Down

0 comments on commit b754382

Please sign in to comment.