Execute confirmed timezone provisioning safely #6

Merged
ochenstarik-ui merged 34 commits from hermes/system-base-install-execution into main 2026-07-30 14:40:30 +00:00
Showing only changes of commit 304acf6be7 - Show all commits

View file

@ -71,7 +71,7 @@ public sealed class CertificateAuthorityTests : IDisposable
CertificateAuthorityPath = caPath
}));
var now = DateTimeOffset.UtcNow;
var now = DateTimeOffset.FromUnixTimeSeconds(DateTimeOffset.UtcNow.ToUnixTimeSeconds());
var parameters = System.Text.Json.JsonSerializer.SerializeToElement(
new SystemBaseInstallParameters(
"UTC", "en_US.UTF-8", true, false, 1, ["core"],