When I call HTTP PATCH on https://my-kutt-instance.com/api/v2/links/{id}, the field updated_at is set correctly. My timezone is Europe/Berlin, so updated_at is set to one hour earlier in UTC.
However, when I look into the admin UI, it says 1 hour ago. It should have been a few seconds ago.
Does the admin UI show the value of created_at or is there a problem with time zones?