mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +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
|
%% Return timestamp with milliseconds
|
||||||
timestamp(Time, UTCLog) ->
|
timestamp(Time, UTCLog) ->
|
||||||
{_, _, Micro} = erlang:timestamp(),
|
{_, _, Micro} = p1_time_compat:timestamp(),
|
||||||
{Date, {Hours, Minutes, Seconds}} =
|
{Date, {Hours, Minutes, Seconds}} =
|
||||||
case UTCLog of
|
case UTCLog of
|
||||||
true -> calendar:now_to_universal_time(Time);
|
true -> calendar:now_to_universal_time(Time);
|
||||||
|
Loading…
Reference in New Issue
Block a user