diff options
author | Piyush Dixit <79581397+PiyushDixit96@users.noreply.github.com> | 2021-05-23 02:09:44 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-23 02:09:44 +0530 |
commit | cf27ed13646f3178fb7640b68bf4c4d19bd337d6 (patch) | |
tree | d183570452c87b9b55be371bf935014b8a2d1a41 | |
parent | f56baee03464a2badc1676fa6e446f8001dab7ed (diff) |
remove time zone
-rw-r--r-- | app.json | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -20,10 +20,6 @@ "TELEGRAM_CHAT_ID": { "description": "Unique identifier for the target chat, Your Telegram Chat ID ", "required": true - }, - "TIME_ZONE_STRING": { - "description": "your local TIME ZONE STRING, default is 'Asia/Kolkata'", - "required": false } } } |