In the Issues #519 ]New-Feature] Extended Diagnostics in Blazor, i tinker around with the TcoMessages, i i noticed a TimeStamp Issue.

this is Timestamp logged in Console

this is the Timestamp in the Plc

this is my local Timestamp in Germany and Summertime

this is UTC
And this is a complete mess in my opinion.
I would suggest, to allways log in UTC, and everybody can display whatever he wants.
I only assume, the 15.50 timestamp comes from local Slovenia Time? UTC+2 ? In difference to Berlin +1 ?
So in my opinion, the Logger should use per default UtcNow, the Connector should use UtcNow, and
the Wpf or Blazor View can render whatever they want for the User, probably Utc with corresponding TimeZone.