You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: