setDate 2014,1,31,4,50 on the server, check the clients date when they are connected using Date, you'll get 2035,1,31,4,50.
Obviously this is only noticeable not in 2035 as that masks the error.
setDate 2014,1,31,4,50 on the server, check the clients date when they are connected using Date, you'll get 2035,1,31,4,50.
Obviously this is only noticeable not in 2035 as that masks the error.
setDate on the server only (documentation says this should propagate).
Connect client, check date using hint/diag_log.
View difference.
Client results:
New Moon: 2035,1,24,4,50
Full Moon 2035,1,31,4,50
Server results:
New Moon: 2014,1,24,4,50
Full Moon: 2014,1,31,4,50