Change TS3 Server Uptime

Tyler

Member
Sep 26, 2015
16
4
38
Hello, is their a way to change the server uptime so instead of it saying like Server Uptime: 2 days it could say 356 days or something like that?
 

Tyler

Member
Sep 26, 2015
16
4
38
I did that but then it changes to 826865098 years 193 days 7 hours 0 minutes 34 seconds
 

root_linux

Member
Aug 22, 2015
24
12
38
just chagne time to back, start TS3 server and change to normal time :)
x5EJAWd.png
 

Derp

Retired Staff
Contributor
Apr 30, 2015
933
1,014
217
As far as I know changing your server time also messes up your online time on a server.
I'm pretty sure nobody wants this just to show off some extra server up-time.

Correct me if I'm wrong.
^ That
 

ZAre

Member
Apr 22, 2016
6
1
38
for linux, go to terminal
#first, stop the ts3 service
sudo service teamspeak stop
#set date back to let's say 23th April 2016
sudo date --set="2016-23-04 23:31:59.990" && date --rfc-3339=ns
#now start teamspeak service again
sudo service teamspeak start
#use same command as at step 2. but now put the correct current time and date.
sudo date --set="2016-12-05 22:07:59.990" && date --rfc-3339=ns
 

fistor99

Member
Jan 9, 2016
13
0
36
for linux, go to terminal
#first, stop the ts3 service
sudo service teamspeak stop
#set date back to let's say 23th April 2016
sudo date --set="2016-23-04 23:31:59.990" && date --rfc-3339=ns
#now start teamspeak service again
sudo service teamspeak start
#use same command as at step 2. but now put the correct current time and date.
sudo date --set="2016-12-05 22:07:59.990" && date --rfc-3339=ns
root@vps278005:/home/ts/teamspeak3-server_linux_amd64# date --set="2016-23-04 23:31:59.990" && date --rfc-3339=ns
date: invalid date `2016-23-04 23:31:59.990'
 

ZAre

Member
Apr 22, 2016
6
1
38
@fistor99 have you tried other format ? It really only depens on the regional settings on your machine. Mine uses yyyy-dd-mm, yours might be something else. Try yyyy-mm-dd
 

tagKnife

Well-Known Member
Oct 2, 2015
343
270
146
If you change your time on your system with time specific task running (or going to run with the invalid time) your system will very likely crash with Error (0x000000C7) TIMER_OR_DPC_INVALID (on windows)
Don't know the codes for linux

Trust me, Im a Microsoft partner :p

Just cheat engine the server uptime...
 
Top