Why is there a Time entry every fifteen minutes in the history

Why is there an entry in the history / logging every 15 minutes?

Time changed to 09:29
Time changed to 09:14
Time changed to 08:59

I know that am I am using the time platform. How to disable the logging every 15 minutes? Kind of useless in my eyes.
Second question, how to prevent this from happening?
I guess like this?

history:
  exclude:
    domains:
      - time

Any side effects to be expected from this?

There isn’t a time domain.

You want to exclude the entity sensor.time I expect.

[edit 2]
Yes that is better
However I need to do it both in recorder and history. As it is shown in both…

history:
  exclude:
    entities:
      - sensor.time

recorder:
  purge_keep_days: 5
  purge_interval: 1
  db_url: !secret mydburl
  exclude:
    entities:
      - sensor.time