BetaJedi
New Member
- May 27, 2014
- 4
- 2
Hi everyone, really simple question (probably makes a change!)
I've got a top stats page which shows a section for user online time. I'm using PlusEMU and matching database released by Sledmore. OnlineTime is in the table userstats, and I wondered what unit of measurement the data is stored as? For example, I have user id #2202 with an OnlineTime of "4608" - is this seconds/minutes/hours? I'd just like to confirm before I go doing lots of PHP/SQL queries and wonder why it isn't working!
Thanks in advance!
I've actually worked this out. It stores it in seconds. Ignore this thread.
I've got a top stats page which shows a section for user online time. I'm using PlusEMU and matching database released by Sledmore. OnlineTime is in the table userstats, and I wondered what unit of measurement the data is stored as? For example, I have user id #2202 with an OnlineTime of "4608" - is this seconds/minutes/hours? I'd just like to confirm before I go doing lots of PHP/SQL queries and wonder why it isn't working!
Thanks in advance!
I've actually worked this out. It stores it in seconds. Ignore this thread.