mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 06:29:07 +00:00
refactor: consistent time formatting for 12h mode
This commit is contained in:
committed by
Carlos Valente
parent
50c91f976b
commit
0e3b3bcf9a
@@ -30,7 +30,7 @@ interface TimelineEntryProps {
|
||||
}
|
||||
|
||||
const formatOptions = {
|
||||
format12: 'hh:mm a',
|
||||
format12: 'h:mm a',
|
||||
format24: 'HH:mm',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user