From d88311198c987b0a5c65d51941185fb4dade4ac8 Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 20 Jun 2024 05:21:05 -0700 Subject: [PATCH] Switch to UTC Signed-off-by: Tommy --- UTM-Chrony.ign | 2 +- UTM-Chrony.yml | 2 +- x86-QEMU-Docker.ign | 2 +- x86-QEMU-Docker.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/UTM-Chrony.ign b/UTM-Chrony.ign index ca4cf10..a637d69 100644 --- a/UTM-Chrony.ign +++ b/UTM-Chrony.ign @@ -182,7 +182,7 @@ "links": [ { "path": "/etc/localtime", - "target": "../usr/share/zoneinfo/America/Phoenix" + "target": "../usr/share/zoneinfo/Etc/UTC" }, { "path": "/etc/systemd/system/multi-user.target.wants/unbound.service", diff --git a/UTM-Chrony.yml b/UTM-Chrony.yml index 4e0122a..9a11c96 100644 --- a/UTM-Chrony.yml +++ b/UTM-Chrony.yml @@ -170,7 +170,7 @@ storage: source: https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/issue links: - path: /etc/localtime - target: ../usr/share/zoneinfo/America/Phoenix + target: ../usr/share/zoneinfo/Etc/UTC - path: /etc/systemd/system/multi-user.target.wants/unbound.service target: /usr/lib/systemd/system/unbound.service - path: /etc/systemd/system/multi-user.target.wants/tuned.service diff --git a/x86-QEMU-Docker.ign b/x86-QEMU-Docker.ign index 23054ec..2a5b1bd 100644 --- a/x86-QEMU-Docker.ign +++ b/x86-QEMU-Docker.ign @@ -204,7 +204,7 @@ "links": [ { "path": "/etc/localtime", - "target": "../usr/share/zoneinfo/America/Phoenix" + "target": "../usr/share/zoneinfo/Etc/UTC" }, { "path": "/etc/systemd/system/multi-user.target.wants/unbound.service", diff --git a/x86-QEMU-Docker.yml b/x86-QEMU-Docker.yml index 20c29d5..d4f6c2c 100644 --- a/x86-QEMU-Docker.yml +++ b/x86-QEMU-Docker.yml @@ -249,7 +249,7 @@ storage: source: https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/issue links: - path: /etc/localtime - target: ../usr/share/zoneinfo/America/Phoenix + target: ../usr/share/zoneinfo/Etc/UTC - path: /etc/systemd/system/multi-user.target.wants/unbound.service target: /usr/lib/systemd/system/unbound.service - path: /etc/systemd/system/multi-user.target.wants/tuned.service