mirror of
https://github.com/thelounge/thelounge.git
synced 2026-03-18 00:09:55 +01: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");
|