|
I have a custom receiver and set the property Time on LogMessage to a DateTimeOffset representing "7/9/2019 11:51:32 PM +11:00".
The fields Date, Time and Universal Time are correct, but the Orignal Time shows something wrong.
DateTimeOffset set: 7/9/2019 11:51:30.614 PM +11:00
Date field: 09.07.2019
Time field: 14:51:30.614
Universal Time field: 12:51:30.614
Original Time field: 14:51:30.000 (wrong, should be 23.51.30.614)
The Log4View v1 did it right.
Interestingly, only the Original Time column in the message list is wrong. The field in the Message Details view is correct.
|