Use UTC for default proposal date

This commit is contained in:
str4d
2016-07-02 03:58:26 +00:00
parent 5a80a92526
commit 278ae3db1e

View File

@ -13,7 +13,7 @@ author=$3
thread=$4
file=$5
date=`date +%Y-%m-%d`
date=`TZ=UTC date +%Y-%m-%d`
num=`expr $(expr substr $(ls -r "$PROPOSAL_DIR" | head -n1) 1 3) + 1`
titleline=`printf '%*s' "$(expr length "$title")" | tr ' ' =`