Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Command DATE

Junior Spellweaver
Joined
Sep 28, 2020
Messages
142
Reaction score
26
Hello ALL. \o/
Is there any solution for not having to type the command date and always return the date 7 years ago? every time I start the server on a virtual machine? I use VBOX.
 
Joined
Jan 24, 2007
Messages
651
Reaction score
323
Hello ALL. \o/
Is there any solution for not having to type the command date and always return the date 7 years ago? every time I start the server on a virtual machine? I use VBOX.

put this in you start

Code:
timedatectl set-ntp 0date -s "$(date +'2016%m%d %H:%M')"

sample:
imagem_2020-10-20_134720 - Command DATE - RaGEZONE Forums

ps: change 2016 for 2013.

enjoy
 

Attachments

You must be registered for see attachments list
Back
Top