mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Ensure UTC time is UTC
This commit is contained in:
		| @@ -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(), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user