Z-wave JS log file time stamps are wrong

The time stamps on the log entries are wrong, making the log hard to read. The time is exactly five hours in my future, so it seems like the wrong time zone is being assumed. HA itself shows the correct time.

Any way to correct this?

Time in logs would be in UTC, so this would explain that…

The log timestamp is hard-coded to UTC by node-zwave-js. It’s not possible to change it w/o writing your own logger.

:frowning:

No idea what’s involved in writing a logger; but it sure is hard to debug motion sensor problems without the correct time in the log entries.

1 Like