It seems that on windows 8 the batch commands we use for grabbing the date isn't consistent. As a result only the day of the week (For example Sun, or Thu) shows up. This is usually fine, but can cause issues if the Java process fails to terminate properly. It requires a user to start a new java process.
It seems that on windows 8 the batch commands we use for grabbing the date isn't consistent. As a result only the day of the week (For example Sun, or Thu) shows up. This is usually fine, but can cause issues if the Java process fails to terminate properly. It requires a user to start a new java process.
Suggestion is to use a more compatible format based off of WMIC: https://ss64.com/nt/syntax-getdate.html