Hey.
I would like to know how to "convert" the ban times in data/ulib/bans.txt into time and date.
If you don't understand what I mean, is like this example:
"STEAM_:0:0:12345678"
{
"unban" "1371874111"
"time" "1371269311"
"reason" "Reason"
"admin" "Name(STEAM_0:0:87654321)"
}
What I would like to "convert" to time and date is what is after "unban" and "time". It would make my job easier to look through logs and check the time he got banned and what for (since we usually don't ban with descriptive reasons).
It's not really a huge deal, but it would help me out a lot to get it to a normal time. And to reference, the "unban" and "time" in the "code" section is taken from a real ban we had quite recently.
Thanks in advance,
Decicus.