I am using paramiko module to ssh to linux box in my automation script. On the local server VM, when I check the time it would be displayed in EDT timezone. But after connecting through paramiko when I try to get the time by executing the exec_command('date'), the output is displayed in UTC timezone.
Is there a way to retain the timezone of the linux server rather than it automatically converting it to UTC timezone.