Hello all,
I have a possibly insane question. Is it possible to change the properties of the system defined column 'modifiedon' on a table to be time zone independent?
When I try to modify in the UI, the option is greyed out and preset to 'User Local'

And when I try to edit using the xrm toolbox, I get an error here:

'cannot modify the behavior if CanModifyBehavior is set to false for OOB date time attributes of a custom entity'
Maybe this is a setting I could find somewhere in admin settings? I can't seem to find anything on first glance, though.
A secondary question would be: is there a way to make another column with the same auto-updating functionality that is set to 'Time Zone Independent'? Or any way to work around this? Maybe through business rules or flows or something? My first thought would be to create a flow that would trigger on row modification that would set a custom column datetime to the current utc timestamp, but that seems sorta dumb and bad?
Any help would be greatly appreciated. Thank you!