Ensure UTC time is UTC

This commit is contained in:
Steve-Mcl 2022-03-29 08:35:09 +01:00
parent cdc8a42393
commit cf6df1556c
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ function buildDiagnosticReport(scope, callback) {
wsl: isInWsl(),
time: {
timestamp: now.valueOf(),
utc: "" + now,
utc: "" + now.toUTCString(),
locale: now.toLocaleString(),
},
intl: Intl.DateTimeFormat().resolvedOptions(),