Some logging timestamps of kafka libraries are in the future

I have strange situation here.

I kafka-connect, kafka, zookeeper etc installed with docker and based on confluent platform 7.1.1

The local setup on the VMWare VM based on Ubuntu 22.04 and Docker 20.10.10 and compose v 2.1.1 works like a charm.

I migrate the VM to esxi 6.7 format and move it to production.

So far so good. It works pretty well I would say. But there is a strange sitiutation here.

On the production sytsem the threads of these loggers logs entries in the future 6 -7 minutes :

  1. org.apache.kafka.streams.kstream.internals.KStreamWindowAggregate
  2. org.apache.kafka.clients.consumer.internals.ConsumerCoordinator
  3. org.apache.kafka.clients.NetworkClient

Has someone any explanation ?