Moment.js time zones

node v10.24.1
version: 1.0.0
endpointsharetweet
const moment = require('moment-timezone'); exports.endpoint = function(request, response) { response.end(moment.tz.names().join('\n')); }; moment.tz.names().join('\n');
Loading…

no comments

    sign in to comment