refactor(audit): use a date format instead of split and join
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).