aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2024-10-26 10:52:14 +0300
committerJani Välimaa <wally@mageia.org>2024-10-26 10:52:14 +0300
commit52cbd888bed1ca956c7c1ce643ffbbe0c17ce5dc (patch)
tree6775c51f54d6c87d266476e20c8d44617e3c71ac
parent80b6ee038e1b8fab63e47433f7b3ff92bfa449f4 (diff)
downloadpuppet-52cbd888bed1ca956c7c1ce643ffbbe0c17ce5dc.tar
puppet-52cbd888bed1ca956c7c1ce643ffbbe0c17ce5dc.tar.gz
puppet-52cbd888bed1ca956c7c1ce643ffbbe0c17ce5dc.tar.bz2
puppet-52cbd888bed1ca956c7c1ce643ffbbe0c17ce5dc.tar.xz
puppet-52cbd888bed1ca956c7c1ce643ffbbe0c17ce5dc.zip
Use UTC time in mirror timestamp
-rw-r--r--modules/mirror/templates/update_timestamp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mirror/templates/update_timestamp b/modules/mirror/templates/update_timestamp
index a037d10d..411c74a2 100644
--- a/modules/mirror/templates/update_timestamp
+++ b/modules/mirror/templates/update_timestamp
@@ -2,4 +2,4 @@
# $id$
-date +%s%n%c > /distrib/mirror/mageia_timestamp
+date -u +%s%n%c > /distrib/mirror/mageia_timestamp