I’m searching for a value that changes the value of a column to the current UTC time when the row is updated, but UTC_TIMESTAMP and GETUTCDATE only works as default value, not when used in ON UPDATE.
Is there a solution or do I have to give the database the UTC time manually via the application.
P.S. CURRENT_TIMESTAMP works, but does not give UTC time.