fix(studio): always include year in non-today audit timestamps (v0.14.2)
Previous patch dropped the year for current-year events, showing `05-04 21:25:39` — locale-ambiguous (US reads May 4, EU reads 5 April). Operators should not have to guess. Now every non-today timestamp renders as `YYYY-MM-DD HH:mm:ss`; same-day events keep the compact `HH:mm:ss`. Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
parent
1e0bd0b51b
commit
6e3c6df200
3 changed files with 5 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
name: fai_studio
|
||||
description: "F∆I Studio — desktop GUI for the F∆I hub"
|
||||
publish_to: 'none'
|
||||
version: 0.14.1
|
||||
version: 0.14.2
|
||||
|
||||
environment:
|
||||
sdk: ^3.11.0-200.1.beta
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue