标签: javascript node.js momentjs timezone-offset
我需要使用momentjs从当前时间中减去时区偏移量
假设我的偏移量低于
1)+05:30 2)-05:00 3)-06:30
现在我需要从当前时间中减去该时间
moment(). // what should be here?
谢谢!