Skip to content

refactor(audit): use a date format instead of split and join

birger requested to merge birger/users:birger/date-format-log into master

It seems the api always gives the event timestamps with 00:00 as time, therefore it probably makes sense to only display the date. Instead of splitting and joining the timestamp (which is error prone, if the timestampformat does not contain a comma) it is probably more sensible to set a date format in the localization files (either override long or introduce a sepearate one).

Merge request reports

Loading