mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 04:23:13 +00:00
5 lines
113 B
JavaScript
5 lines
113 B
JavaScript
"use strict";
|
|
|
|
import dayjs from "dayjs";
|
|
|
|
export default (time) => dayjs(time).format("D MMMM YYYY, HH:mm:ss");
|