feat(dashboard): formatTime add seconds (#59)
This commit is contained in:
@@ -43,6 +43,7 @@ export function formatTime(date: Date) {
|
||||
return new Intl.DateTimeFormat(getLocale(), {
|
||||
hour: 'numeric',
|
||||
minute: 'numeric',
|
||||
second: 'numeric',
|
||||
}).format(date);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user