Hello, i have question - command "console.tail 1" received json (example):
{
"Message": "Server Config Loaded",
"Stacktrace": "",
"Type": "Log",
"Time": 1575424837
}
What is it "Time"? If it "normal" time when this message saved, how to convert to human readable format?
{
"Message": "Server Config Loaded",
"Stacktrace": "",
"Type": "Log",
"Time": 1575424837
}
What is it "Time"? If it "normal" time when this message saved, how to convert to human readable format?