the 'DateGetTime.exe' and 'time.dat' and 'time2.dat' files
are there for the lastlogintime, and the current time system
if you want to use the timer system, just run DateTimeGet.exe,
but it isn't required.
But don't delete the time.dat and time2.dat


If you want to create your own timer system:
time.dat needs to be continually updated with the current date in any format you wish
time2.dat is a simple decimal number (like '1.50') changed only when the server should send a current time message (DateTimeGet does it every 15 minutes)
Note that the server reads time2.dat for changes every 60 seconds, and reads time.dat whenever needed (time2.dat is changed, account is updated, etc.)


This is needed because
JK2 has no internal way to get the current time, so we must use an external method- a running program updating a file that the server can then read.