fix wrong timezone

master
Adriel Sand 2021-09-27 20:19:26 +03:00
parent 6058a6dea6
commit a59b0c22d9
1 changed files with 1 additions and 1 deletions

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