[IGN-15688] Did the tag timestamp change in its core functionality?

I updated our production environment from 8.1.48 to 8.3.4.
Almost everything went smoothly when doing so (I had to refresh the license, which was no big deal).
I just noticed that after the update some timestamps of dataset type tags don’t update anymore, when the underlying dataset data doesn’t change. Meaning that before the update you could write to one of these tags and even if you wrote the same data that was on the tag before, the timestamp would change. Now it only does, if the data actually differs from before.
The same is with DB dataset tags. In the past the timestamps would update with every poll, regardless of the underlying data. Now it only does with actual changes in the data.

Now I don’t know if this is intentional and an actual bugfix or if this introduced a new bug.
I am a bit puzzled.

If the deadband is enabled on the tag, then the timestamp will not update if nothing has changed (even on a Dataset) in 8.3. If it is turned off, then the timestamp will be replaced. It is a difference in behavior from 8.1 and I will open a ticket to have it discussed.

I vaguely recall this being a feature request. I'm sure it also reduces churn in the persistence system.