-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong Server running time in the ConsoleView #128
Comments
@Antariano The uptime is in seconds, not in UNIX time format. |
I know :) That thing means he's running since 1803 hours , is that correct? |
@Antariano I don't know how you're parsing the results given by SpaceBukkit. |
@Antariano is this the complete uptime? i thinked that is the uptime after the last restart. but it is neither the complete uptime nor the uptime since the last restart. the complete uptime must be something around 4 month +/- a few days and the uptime since the last start was at the scrrenshot time max. 60 minutes |
The time returned by the SpaceBukkit plugin is the uptime of the host server (see com/jezhumble/javasysmon/JavaSysMon.java#L149), not the Minecraft server itself. So, @Bootscreen, your 1403 hours would equal about 59 days or 2 months. Although I would prefer to see the time the Minecraft server is running, I would at least suggest that the label is changed to something more clear like "Host server running since". Furthermore, I think that days should be included into the calculation regardless of host server or Minecraft server uptime. |
Where is that like button when you need it :P |
Hy,
when i open the Console the Time since the last restart doesn't work correctly. it says to me that it run since Server 1803:19:08.
Screenshot: http://img585.imageshack.us/img585/192/consoley.png
oh and i use the Panel under Windows 7 x64 with Xampp 1.7.7 and PHP: 5.3.8
The text was updated successfully, but these errors were encountered: