Console.tail time format?Solved
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?
Time is when the message is sent to the console, its in a Unix timestamp format. You can manually convert it to a more readable format here or using your favorite languages (Here are a few examples of how to do it in different languages: C#, Javascript, PHP, Python)
Thanks!
Locked automatically