Vishnu Kumar N

Results 1 issues of Vishnu Kumar N

Moment created from formatting time sets the date as the UTC date rather than the date of the default timezone EX: `m = require('moment-timezone')` `_ = m.tz.setDefault("Asia/Kolkata")` `console.log(m())` `console.log(m("T22:00","THH:mm"))` Output:...

bug