Change displayed value of edit field

I want to change the display value when Editing. So it will be after you create an entry. I want to catch datetime fields for example and change value before showing it to the user.
Just to clarify, strapi seems to force convert all dates to utc before displaying. I want to change that code for it to show a specific timezone.