I've been using this library for a project and it's doing really well. There's however a slight problem, which is that the session's time/date is set to UTC time, whereas I need it to use the local time (UTC+2 in my case).
I want to send some commands through the SSHClient class, but the time is very important. The way I test it, is by tailing the syslog and using the SSHClient to send a logger message. The syslog notices my client connecting (time UTC+2) and the message shows up (time UTC); see image attachment.
Could anyone point me to where I could change it? I've been searching through the source files for a bit, but whenever I think I found it, it doesn't change a thing.
I want to send some commands through the SSHClient class, but the time is very important. The way I test it, is by tailing the syslog and using the SSHClient to send a logger message. The syslog notices my client connecting (time UTC+2) and the message shows up (time UTC); see image attachment.
Could anyone point me to where I could change it? I've been searching through the source files for a bit, but whenever I think I found it, it doesn't change a thing.