mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat(web): seconds and milliseconds in timestamps (#20337)
* fix(web): seconds in timestamps * changed date-input step to provide millisecond precision
This commit is contained in:
parent
eee793bfe4
commit
9838634067
3 changed files with 4 additions and 2 deletions
|
|
@ -307,6 +307,7 @@
|
|||
weekday: 'short',
|
||||
hour: 'numeric',
|
||||
minute: '2-digit',
|
||||
second: '2-digit',
|
||||
timeZoneName: timeZone ? 'longOffset' : undefined,
|
||||
},
|
||||
{ locale: $locale },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue