Container log time error

Maybe the timezone is not set in the container.

2 Likes

The times in the main menu‘s log are correctly

ROS log timestamps are not related to timestamps in actual log message from container which can be different because of wrong timezone used by container as mentioned above, usually it is when TZ env. variable is not set for container and it is using GMT (0 offset).

To check this, from container shell execute date command and see which time is displayed, if is wrong (same offset as in log message) then try to set TZ env. variable to match one used by ROS.