Use p1_time_compat util for generating timestamp

This commit is contained in:
Mickael Remond 2016-03-09 20:57:01 +01:00
parent f4ee8a2505
commit 9e6efaf9bc
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ normalize_pid(Metadata) ->
%% Return timestamp with milliseconds
timestamp(Time, UTCLog) ->
{_, _, Micro} = erlang:timestamp(),
{_, _, Micro} = p1_time_compat:timestamp(),
{Date, {Hours, Minutes, Seconds}} =
case UTCLog of
true -> calendar:now_to_universal_time(Time);