i have just integrated some device in my SA server and when i try to investigate their log i found that capture time is different as local time time i think that UTC time, can anyone please tell me how should i keep it at local time on all the device i tried from appliance task set device buit in clock but then too i am getting same UTC, i also tried from TZ select but then too its no change
i want to put log time as local time
USE this to set SA time as per local time, in all appliance
ex: i have set Indian Local time
To change the time zone UTC to IST
ln -sf /usr/share/zoneinfo/Asia/Kolkata /etc/localtime
To change the time as per local time
date +%T -s "10:13:13"
Sync hardware clock to system clock to make all time set
hwclock --systohc