Skip to content

Commit

Permalink
Makefile: set TZ to CST-8
Browse files Browse the repository at this point in the history
  • Loading branch information
luxiaok committed May 12, 2024
1 parent 14eb5db commit 1ec13fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
TOPDIR:=${CURDIR}
LC_ALL:=C
LANG:=C
TZ:=UTC
TZ:=CST-8
export TOPDIR LC_ALL LANG TZ

empty:=
Expand Down

0 comments on commit 1ec13fb

Please sign in to comment.