You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When reconnecting to a ZNC server with /set show_server_time on the buffer messages have incorrect timestamps in the logs, but correct timestamps in the client.
The timestamp accurately matches the time the message was received in the client. It incorrectly displays the time you connected to znc in the logs. Irssi should display the correct timestamp in both the client and the logs.
To reproduce
Set up irssi with /set show_server_time on and save the configuration
Disconnect irssi from znc server
Using a second client send a message to the disconnected account.
Wait a minute or two (just long enough to prove the timestamp is wrong)
launch irssi and reconnect to znc-server.
Look at the timestamp of the message from step 3 in the client. Timestamp is correct (the time you received the message)
Look at the timestamp of the message from step 3 in the logs. Timestamp is incorrect (the time you connected to znc)
All other messages received during the downtime will have the exact same incorrect timestamp in the log, but correct timestamps in the client