diff options
-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 411c74a2..1f7711c6 100644 --- a/modules/mirror/templates/update_timestamp +++ b/modules/mirror/templates/update_timestamp @@ -2,4 +2,4 @@ # $id$ -date -u +%s%n%c > /distrib/mirror/mageia_timestamp +LC_ALL=C.UTF-8 date -u '+%s%n%c %Z' > /distrib/mirror/mageia_timestamp |