From dc08512397a66136efdf7b1bc322983763180eee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Tue, 3 Oct 2017 20:57:54 +0200 Subject: [PATCH] one timezone is probably enough in the release readme --- ship.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ship.sh b/ship.sh index 6b419bf..ae6e87f 100755 --- a/ship.sh +++ b/ship.sh @@ -45,7 +45,7 @@ function buildlang() { cp ../rel-tpl/README.txt ${readmefil} sed -i s/%VERS%/${vers}/ ${readmefil} sed -i s/%LANG%/${lang}/ ${readmefil} - dt=$(LC_TIME=en_US.UTF-8 date '+%c %Z') + dt=$(LC_TIME=en_US.UTF-8 date '+%c') sed -i "s#%DATETIME%#${dt}#" ${readmefil} unix2dos ${readmefil}