mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Use p1_time_compat util for generating timestamp
This commit is contained in:
parent
f4ee8a2505
commit
9e6efaf9bc
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user