reply = iv + AEScipher.encrypt("\t{0}\t{1:02}:{2:02}\n".format(clientName,date.tm_hour,date.tm_min))
this line of server still uses our old method of getting the date. I am not sure how this was missed in testing, but we need to get this fixed. @calebmckay since you took care of the original updgrade, would you like to fix this up?
reply = iv + AEScipher.encrypt("\t{0}\t{1:02}:{2:02}\n".format(clientName,date.tm_hour,date.tm_min))
this line of server still uses our old method of getting the date. I am not sure how this was missed in testing, but we need to get this fixed. @calebmckay since you took care of the original updgrade, would you like to fix this up?