diff --git a/tools/ResourceUpdater/version.ps1 b/tools/ResourceUpdater/version.ps1 index e1bf7dbb49..7cbf5b2276 100644 --- a/tools/ResourceUpdater/version.ps1 +++ b/tools/ResourceUpdater/version.ps1 @@ -40,7 +40,7 @@ else { if (Test-Path $versionFile) { $json = Get-Content -Path $versionFile | ConvertFrom-Json - $json.last_updated = (Get-Date).ToString("yyyy-MM-dd HH:mm:ss.fff") + $json.last_updated = (Get-Date).ToUniversalTime().ToString("yyyy-MM-dd HH:mm:ss.fff") $jsonFormatted = $json | ConvertTo-Json -Depth 3 $jsonFormatted = $jsonFormatted -replace " ", " "