UNPKG

thelounge

Version:

The self-hosted Web IRC client

8 lines (5 loc) 141 B
"use strict"; const moment = require("moment"); module.exports = function(time) { return moment(time).format("D MMMM YYYY, HH:mm:ss"); };