Date string not displayed correctly in output panel

While testing custom date and time format I saw that the following is displayed wrongly in the Output panel using WriteLine or LogMessage:
Now.ToString(“yyyy-MM-ddTHH:mm:ssK”)

The Output panel displays:
08/30/2023 10:17:19

The same statement is recorded correctly in the Execution log and using WriteTextFile:
2023-08-30T10:17:19+03:00

I hope UiPath fixes this, as I lost half a day trying to get the desired date-time format output until I found the strange behavior.
I hope anyone having the same issue will check the forum to see this :slight_smile: