Last active
April 1, 2019 08:39
-
-
Save sivasankars/ff4f7841bbb32c8bffbb043bf1aa5881 to your computer and use it in GitHub Desktop.
List Available Time Zone Using Moment.js (Node.js)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var moment = require('moment-timezone'); // moment-timezone | |
console.log(moment.tz.names()); // Get list of all available time zone names |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment