HostlistCompiler
HostlistCompiler copied to clipboard
error time
lines.push(`! Last modified: ${(new Date()).toISOString()}`);
Should be changed to
lines.push(`! Last modified: ${(new Date()).toLocaleString()}`);
Timezone is lost when converting date using toISOString(), resulting in a time difference of 8 hours