mirror of
https://github.com/umami-software/umami.git
synced 2026-02-22 21:45:36 +01:00
Always use localized format
This commit is contained in:
parent
68e2fe5d6f
commit
95259ee944
3 changed files with 4 additions and 4 deletions
|
|
@ -53,7 +53,7 @@ export function RealtimeLog({ data }: { data: RealtimeData }) {
|
|||
},
|
||||
];
|
||||
|
||||
const getTime = ({ createdAt, firstAt }) => formatTimezoneDate(firstAt || createdAt, 'h:mm:ss');
|
||||
const getTime = ({ createdAt, firstAt }) => formatTimezoneDate(firstAt || createdAt, 'pp');
|
||||
|
||||
const getColor = ({ id, sessionId }) => stringToColor(sessionId || id);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue