Details
Description
The timestamps from RemoteAppender are UTC, but the TimeStamp.Kind property is "Local".
Both the Windows and Linux machines have their system time set to local time.
The LoggingEvent TimeStamps that are received from the Windows machine (not going through RemoteAppender) contain local timestamps, and the LoggingEvent.TimeStamp.Kind is "Local".
The LoggingEvent TimeSTamps that are received from the Linux machine (going through RemoteAppender) contain UTC timestamps, but the TimeStamp.Kind is "Local", not "Utc".
If the Kind property was UTC, I could adjust the timestamps from both log event sources to match (both UTC/both Local). Unfortunately, I cannot tell the difference using just the TimeStamp field itself.