UNPKG

telegram-cms

Version:

It is a nodejs application to launch a Telegram bot in seconds with primary components.

9 lines (7 loc) 268 B
var moment = require('moment-timezone'); var gettime = function(){ var now = moment(new Date()); sperate = now.tz('Asia/Tehran').toString().replace('Thu', '').trim().split(':'); return sperate[0] + ':' + sperate[1]; } module.exports = { gettime }