aionnetwork / Desktop-Wallet

⛔️ DEPRECATED A native Desktop Wallet client for AION on Windows/Mac/Linux
35 stars 24 forks source link

Windows 8 - Logging date timestamp is inconsistent #224

Open qoire opened 5 years ago

qoire commented 5 years ago

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