enwnbot

Converts MediaWiki [[links]] and {{templates}} to links on IRC
git clone http://git.hanabi.in/repos/enwnbot.git
Log | Files | Refs | README | LICENSE

time.js (88B)


      1 const timezones = new Map();
      2 
      3 timezones.set('UTC', 'UTC');
      4 
      5 module.exports = timezones;