fix wrong timezone
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user