mirror of
https://github.com/thelounge/thelounge
synced 2025-01-02 07:38:44 +00:00
dcefcd19cb
Closes #895
5 lines
93 B
JavaScript
5 lines
93 B
JavaScript
"use strict";
|
|
|
|
module.exports = function(time) {
|
|
return new Date(time).toLocaleString();
|
|
};
|