fix wrong timezone

This commit is contained in:
2021-09-27 20:19:26 +03:00
parent 6058a6dea6
commit a59b0c22d9

View File

@@ -3,7 +3,7 @@
echo "Content-type: text/html" echo "Content-type: text/html"
echo "" echo ""
date_now=$(date +'%b %d, %Y at %H:%M') date_now=$(TZ='Asia/Beirut' date +'%b %d, %Y at %H:%M')
if [[ $(cat state.txt) = "ON" ]] if [[ $(cat state.txt) = "ON" ]]
then then