diff options
author | Jani Välimaa <wally@mageia.org> | 2024-10-26 10:52:14 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2024-10-26 10:52:14 +0300 |
commit | 52cbd888bed1ca956c7c1ce643ffbbe0c17ce5dc (patch) | |
tree | 6775c51f54d6c87d266476e20c8d44617e3c71ac | |
parent | 80b6ee038e1b8fab63e47433f7b3ff92bfa449f4 (diff) | |
download | puppet-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_timestamp | 2 |
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 |