Closed formtapez closed 3 years ago
Please leave feedback here https://github.com/Dahlgren/arma-server-web-admin/pull/180
That doesn´t cover any of the two issues.
Fixed in #197 and #198
UTC is the most correct as admins might be from multiple timezones. It also takes care of winter vs summer time. UTC never lies :)
In lib/logs.js
Date().toISOString()
is used to generate a datestring for the logfiles. The timezone for it is always UTC. Could we have a local timezone here?Also: What happens when you enable multiple servers for autostart? Will multiple logfiles "collide" with each other because of a same name? As a solution could we have the filename suffixed with the actual servername?