fix wrong timezone
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
echo "Content-type: text/html"
|
||||
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" ]]
|
||||
then
|
||||
|
Reference in New Issue
Block a user