Hi,
can some one share on how to get the reboot date correct in Xavier AGX. The following are the observations :
$ date
Sun Dec 6 12:23:26 +08 2020
$ last reboot
reboot system boot 4.9.140-tegra Sat Jan 1 09:00 still running
$ last -x | grep shutdown | less
shutdown system down 4.9.140-tegra Sat Dec 5 18:40 - 09:00 (-7644+09:39)
$ last -x | grep reboot | less
reboot system boot 4.9.140-tegra Sat Jan 1 09:00 still running
–
Thanks.