Hi all,
I don't know why notification time incorrect
it seem notification time not include timezone(utc+7)
how cant i adjust it , thanks for advance
see attached
Solved! Go to Solution.
You can use the following two commands to set the log and debug display time format
service timestamps debug datetime msec localtime show-timezone year service timestamps log datetime msec localtime show-timezone year
CAT3650(config)#service timestamps log da ? localtime Use local time zone for timestamps msec Include milliseconds in timestamp show-timezone Add time zone information to timestamp year Include year in timestamp <cr> ----log message---- Dec 22 2020 18:17:08.097 CST: %SYS-5-CONFIG_I: Configured from console by admin-xxxx on vty0 (10.1.x.10) Dec 22 2020 18:17:41.180 CST: %SYS-5-CONFIG_I: Configured from console by admin-xxxx on vty0 (10.1.x.10)
You can use the following two commands to set the log and debug display time format
service timestamps debug datetime msec localtime show-timezone year service timestamps log datetime msec localtime show-timezone year
CAT3650(config)#service timestamps log da ? localtime Use local time zone for timestamps msec Include milliseconds in timestamp show-timezone Add time zone information to timestamp year Include year in timestamp <cr> ----log message---- Dec 22 2020 18:17:08.097 CST: %SYS-5-CONFIG_I: Configured from console by admin-xxxx on vty0 (10.1.x.10) Dec 22 2020 18:17:41.180 CST: %SYS-5-CONFIG_I: Configured from console by admin-xxxx on vty0 (10.1.x.10)