summaryrefslogtreecommitdiff
path: root/util/board_status
diff options
context:
space:
mode:
Diffstat (limited to 'util/board_status')
-rwxr-xr-xutil/board_status/to-wiki/towiki.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/board_status/to-wiki/towiki.sh b/util/board_status/to-wiki/towiki.sh
index 769ae5f6cd..cf25cc2ff3 100755
--- a/util/board_status/to-wiki/towiki.sh
+++ b/util/board_status/to-wiki/towiki.sh
@@ -19,7 +19,7 @@ while read line; do
commit=`echo $i | cut -d/ -f3`
datetime_path=`echo $i | cut -d/ -f4`
datetime=`echo $datetime_path | tr _ :`
- datetime_human=`LC_ALL=C TZ=UTC date --date="$datetime"`
+ datetime_human=`LC_ALL=C TZ=UTC0 date --date="$datetime"`
upstream=`grep "^Upstream revision:" $vendor_board/$commit/$datetime_path/revision.txt |cut -d: -f2-`
upstream=`git log -1 --format=%H $upstream`
if ! echo "$have"| grep "^$vendor_board:" > /dev/null; then