Skip to content

Commit

Permalink
IST zone
Browse files Browse the repository at this point in the history
  • Loading branch information
dashroshan committed Sep 29, 2023
1 parent b65a67e commit c0f6b26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ const tokenTelegram = (isProduction) ? tokenTelegramProd : tokenTelegramTest;
client.channelTelegram = (isProduction) ? channelTelegramProd : channelTelegramTest;
client.telegramBot = new TelegramBot(tokenTelegram, { polling: true });

process.env.TZ = 'Asia/Kolkata'

// Initilize mongoDB connection
const mongoose = require('mongoose');
client.database = require('./database/mongo.js');
Expand Down

0 comments on commit c0f6b26

Please sign in to comment.