You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Lighthouse v2.1.4 and later, logging timestamps changed from being in local time to UTC. This was due to an update to our logging library slog-term in a routine dependency bump PR (#3039). Upstream slog-term set all timestamps to UTC to prevent a race condition in one of their dependencies.
We are following slog-rs/term#44 for a resolution, and would prefer not to revert to the previous racey version of slog-term.