From 9539481811d95c1fac769dd68bc7857cb054a8b5 Mon Sep 17 00:00:00 2001 From: linux-universe <130909958+linux-universe@users.noreply.github.com> Date: Sat, 11 Jul 2026 11:45:33 +0200 Subject: [PATCH] Change date command to use UTC format This ensures consistency between CI and local builds --- mkosi.bump | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkosi.bump b/mkosi.bump index d3510a43..65a9ae7e 100755 --- a/mkosi.bump +++ b/mkosi.bump @@ -2,4 +2,4 @@ # SPDX-License-Identifier: LGPL-2.1-or-later set -e -date +%Y%m%d%H%M%S +date -u +%Y%m%d%H%M%S